We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa859f commit bf26963Copy full SHA for bf26963
src/bootstrap/download-ci-llvm-stamp
@@ -1,4 +1,4 @@
1
Change this file to make users of the `download-ci-llvm` configuration download
2
a new version of LLVM from CI, even if the LLVM submodule hasn’t changed.
3
4
-Last change is for: https://github.com/rust-lang/rust/pull/138784
+Last change is for: https://github.com/rust-lang/rust/pull/139931
src/bootstrap/src/core/build_steps/llvm.rs
@@ -370,8 +370,8 @@ impl Step for Llvm {
370
cfg.define("LLVM_PROFDATA_FILE", path);
371
}
372
373
- // Libraries for ELF section compression.
374
- if !target.is_windows() {
+ // Libraries for ELF section compression and profraw files merging.
+ if !target.is_msvc() {
375
cfg.define("LLVM_ENABLE_ZLIB", "ON");
376
} else {
377
cfg.define("LLVM_ENABLE_ZLIB", "OFF");
0 commit comments