Skip to content

Commit 27e4926

Browse files
committed
bootstrap: make lld true with download-ci-llvm
1 parent e3811a7 commit 27e4926

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bootstrap/config.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1565,6 +1565,10 @@ impl Config {
15651565
config.channel == "dev" && crate::llvm::is_ci_llvm_available(&config, false);
15661566
}
15671567

1568+
if config.llvm_from_ci {
1569+
config.lld_enabled = true;
1570+
}
1571+
15681572
if let Some(t) = toml.target {
15691573
for (triple, cfg) in t {
15701574
let mut target = Target::from_triple(&triple);

0 commit comments

Comments
 (0)