File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Change this file to make users of the `download-ci-llvm` configuration download
22a new version of LLVM from CI, even if the LLVM submodule hasn’t changed.
33
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 {
370370 cfg. define ( "LLVM_PROFDATA_FILE" , path) ;
371371 }
372372
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_msvc ( ) {
375375 cfg. define ( "LLVM_ENABLE_ZLIB" , "ON" ) ;
376376 } else {
377377 cfg. define ( "LLVM_ENABLE_ZLIB" , "OFF" ) ;
You can’t perform that action at this time.
0 commit comments