Skip to content

Commit

Permalink
Fix typo in llvm-bitcode-linker install printout
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjetil Kjeka committed Apr 8, 2024
1 parent a4ef243 commit 24e140b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/build_steps/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ install!((self, builder, _config),
install_sh(builder, "llvm-bitcode-linker", self.compiler.stage, Some(self.target), &tarball);
} else {
builder.info(
&format!("skipping llvm-too stage{} ({})", self.compiler.stage, self.target),
&format!("skipping llvm-bitcode-linker stage{} ({})", self.compiler.stage, self.target),
);
}
};
Expand Down

0 comments on commit 24e140b

Please sign in to comment.