Skip to content

Commit 7458af9

Browse files
committed
fix tidy
1 parent a2c2ed3 commit 7458af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ impl Build {
958958
}
959959

960960
fn llvm_tools_vers(&self) -> String {
961-
// XXX should we use LLVM version here?
961+
// japaric: should we use LLVM version here?
962962
// let stdout = build_helper::output(
963963
// Command::new(self.llvm_out(self.config.build).join("build/bin/llvm-size"))
964964
// .arg("--version"),

0 commit comments

Comments
 (0)