turn a comment into an actual doc comment
This commit is contained in:
parent
4e4658f0aa
commit
f635f9d4e4
@ -63,13 +63,13 @@ impl LdFlags {
|
||||
}
|
||||
}
|
||||
|
||||
// This returns whether we've already previously built LLVM.
|
||||
//
|
||||
// It's used to avoid busting caches during x.py check -- if we've already built
|
||||
// LLVM, it's fine for us to not try to avoid doing so.
|
||||
//
|
||||
// This will return the llvm-config if it can get it (but it will not build it
|
||||
// if not).
|
||||
/// This returns whether we've already previously built LLVM.
|
||||
///
|
||||
/// It's used to avoid busting caches during x.py check -- if we've already built
|
||||
/// LLVM, it's fine for us to not try to avoid doing so.
|
||||
///
|
||||
/// This will return the llvm-config if it can get it (but it will not build it
|
||||
/// if not).
|
||||
pub fn prebuilt_llvm_config(
|
||||
builder: &Builder<'_>,
|
||||
target: TargetSelection,
|
||||
|
Loading…
x
Reference in New Issue
Block a user