Skip to content

Commit 24e140b

Browse files
author
Kjetil Kjeka
committed
Fix typo in llvm-bitcode-linker install printout
1 parent a4ef243 commit 24e140b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/install.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ install!((self, builder, _config),
305305
install_sh(builder, "llvm-bitcode-linker", self.compiler.stage, Some(self.target), &tarball);
306306
} else {
307307
builder.info(
308-
&format!("skipping llvm-too stage{} ({})", self.compiler.stage, self.target),
308+
&format!("skipping llvm-bitcode-linker stage{} ({})", self.compiler.stage, self.target),
309309
);
310310
}
311311
};

0 commit comments

Comments
 (0)