We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff2f6a commit 0e0488fCopy full SHA for 0e0488f
src/bootstrap/tool.rs
@@ -699,7 +699,7 @@ impl<'a> Builder<'a> {
699
add_lib_path(lib_paths, cmd);
700
}
701
702
-fn llvm_bin_path(&self) -> Option<PathBuf> {
+ fn llvm_bin_path(&self) -> Option<PathBuf> {
703
if self.config.llvm_enabled() {
704
let llvm_config = self.ensure(native::Llvm {
705
target: self.config.build,
0 commit comments