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 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‎

Lines changed: 4 additions & 0 deletions
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)

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