File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change this file to make users of the `download-ci-llvm` configuration download
2
2
a new version of LLVM from CI, even if the LLVM submodule hasn’t changed.
3
3
4
- Last change is for: https://github.com/rust-lang/rust/pull/138784
4
+ Last change is for: https://github.com/rust-lang/rust/pull/139931
Original file line number Diff line number Diff line change @@ -370,8 +370,8 @@ impl Step for Llvm {
370
370
cfg. define ( "LLVM_PROFDATA_FILE" , path) ;
371
371
}
372
372
373
- // Libraries for ELF section compression.
374
- if !target. is_windows ( ) {
373
+ // Libraries for ELF section compression and profraw files merging .
374
+ if !target. is_windows ( ) || builder . config . llvm_profile_generate {
375
375
cfg. define ( "LLVM_ENABLE_ZLIB" , "ON" ) ;
376
376
} else {
377
377
cfg. define ( "LLVM_ENABLE_ZLIB" , "OFF" ) ;
You can’t perform that action at this time.
0 commit comments