提交 7e7c2149 编写于 作者: S Sébastien Marie

tidy: avoid long line

上级 3f7ef2d7
......@@ -1910,7 +1910,8 @@ fn run(self, builder: &Builder) -> Option<PathBuf> {
/* run only if llvm-config isn't used */
if let Some(config) = builder.config.target_config.get(&target) {
if let Some(ref _s) = config.llvm_config {
builder.info(&format!("Skipping LlvmTools stage{} ({}): external LLVM", stage, target));
builder.info(&format!("Skipping LlvmTools stage{} ({}): external LLVM",
stage, target));
return None;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册