File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ impl LdFlags {
6363 }
6464}
6565
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).
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).
7373pub fn prebuilt_llvm_config (
7474 builder : & Builder < ' _ > ,
7575 target : TargetSelection ,
You can’t perform that action at this time.
0 commit comments