Skip to content

Commit 97ba273

Browse files
Auto merge of #112049 - Kobzol:pgo-omit-benchmarks, r=<try>
[do not merge] CI experiments Various CI experiments for try/dist builds. r? `@ghost`
2 parents 2fc3dee + 9d2a460 commit 97ba273

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/llvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ fn configure_llvm(builder: &Builder<'_>, target: TargetSelection, cfg: &mut cmak
843843
// ThinLTO is only available when building with LLVM, enabling LLD is required.
844844
// Apple's linker ld64 supports ThinLTO out of the box though, so don't use LLD on Darwin.
845845
if builder.config.llvm_thin_lto {
846-
cfg.define("LLVM_ENABLE_LTO", "Thin");
846+
cfg.define("LLVM_ENABLE_LTO", "Full");
847847
if !target.contains("apple") {
848848
cfg.define("LLVM_ENABLE_LLD", "ON");
849849
}

0 commit comments

Comments
 (0)