From 7458af99e922036440648a157ade4899f23dd4a3 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 4 Jun 2018 00:25:43 +0200 Subject: [PATCH] fix tidy --- src/bootstrap/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 5bb9584a8da..996767d97cf 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -958,7 +958,7 @@ fn rustfmt_package_vers(&self) -> String { } fn llvm_tools_vers(&self) -> String { - // XXX should we use LLVM version here? + // japaric: should we use LLVM version here? // let stdout = build_helper::output( // Command::new(self.llvm_out(self.config.build).join("build/bin/llvm-size")) // .arg("--version"), -- 2.44.0