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 {
63
63
}
64
64
}
65
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).
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).
73
73
pub fn prebuilt_llvm_config (
74
74
builder : & Builder < ' _ > ,
75
75
target : TargetSelection ,
You can’t perform that action at this time.
0 commit comments