We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7ef2d commit 7e7c214Copy full SHA for 7e7c214
src/bootstrap/dist.rs
@@ -1910,7 +1910,8 @@ impl Step for LlvmTools {
1910
/* run only if llvm-config isn't used */
1911
if let Some(config) = builder.config.target_config.get(&target) {
1912
if let Some(ref _s) = config.llvm_config {
1913
- builder.info(&format!("Skipping LlvmTools stage{} ({}): external LLVM", stage, target));
+ builder.info(&format!("Skipping LlvmTools stage{} ({}): external LLVM",
1914
+ stage, target));
1915
return None;
1916
}
1917
0 commit comments