File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -448,6 +448,7 @@ impl Step for Llvm {
448448 if builder. config . llvm_clang {
449449 enabled_llvm_projects. push ( "clang" ) ;
450450 }
451+ enabled_llvm_projects. push ( "bolt" ) ;
451452
452453 // We want libxml to be disabled.
453454 // See https://github.com/rust-lang/rust/pull/50104
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ pub use utils::change_tracker::{
5757use crate :: core:: build_steps:: vendor:: VENDOR_DIR ;
5858
5959const LLVM_TOOLS : & [ & str ] = & [
60+ "llvm-bolt" ,
61+ "merge-fdata" ,
6062 "llvm-cov" , // used to generate coverage report
6163 "llvm-nm" , // used to inspect binaries; it shows symbol names, their sizes and visibility
6264 "llvm-objcopy" , // used to transform ELFs into binary format which flashing tools consume
You can’t perform that action at this time.
0 commit comments