Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 68e4f7d

Browse files
committed
bootstrap: make lld true with download-ci-llvm
1 parent 567009f commit 68e4f7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/bootstrap/config.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,6 +1580,10 @@ impl Config {
15801580
config.channel == "dev" && crate::llvm::is_ci_llvm_available(&config, false);
15811581
}
15821582

1583+
if config.llvm_from_ci {
1584+
config.lld_enabled = true;
1585+
}
1586+
15831587
if let Some(t) = toml.target {
15841588
for (triple, cfg) in t {
15851589
let mut target = Target::from_triple(&triple);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /