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 a2c2ed3 commit 7458af9Copy full SHA for 7458af9
src/bootstrap/lib.rs
@@ -958,7 +958,7 @@ impl Build {
958
}
959
960
fn llvm_tools_vers(&self) -> String {
961
- // XXX should we use LLVM version here?
+ // japaric: should we use LLVM version here?
962
// let stdout = build_helper::output(
963
// Command::new(self.llvm_out(self.config.build).join("build/bin/llvm-size"))
964
// .arg("--version"),
0 commit comments