Skip to content

Commit 7080aed

Browse files
committed
try fix
1 parent 6c877d7 commit 7080aed

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ impl Step for Llvm {
456456
// This is an experimental flag, which likely builds more than necessary.
457457
// We will optimize it when we get closer to releasing it on nightly.
458458
if builder.config.llvm_offload {
459+
enabled_llvm_projects.push("lld");
459460
enabled_llvm_runtimes.push("offload");
460461
//FIXME(ZuseZ4): LLVM intends to drop the offload dependency on openmp.
461462
//Remove this line once they achieved it.

0 commit comments

Comments
 (0)