We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4658f commit f635f9dCopy full SHA for f635f9d
src/bootstrap/native.rs
@@ -63,13 +63,13 @@ impl LdFlags {
63
}
64
65
66
-// This returns whether we've already previously built LLVM.
67
-//
68
-// It's used to avoid busting caches during x.py check -- if we've already built
69
-// LLVM, it's fine for us to not try to avoid doing so.
70
71
-// This will return the llvm-config if it can get it (but it will not build it
72
-// 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).
73
pub fn prebuilt_llvm_config(
74
builder: &Builder<'_>,
75
target: TargetSelection,
0 commit comments