We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c877d7 commit 7080aedCopy full SHA for 7080aed
src/bootstrap/src/core/build_steps/llvm.rs
@@ -456,6 +456,7 @@ impl Step for Llvm {
456
// This is an experimental flag, which likely builds more than necessary.
457
// We will optimize it when we get closer to releasing it on nightly.
458
if builder.config.llvm_offload {
459
+ enabled_llvm_projects.push("lld");
460
enabled_llvm_runtimes.push("offload");
461
//FIXME(ZuseZ4): LLVM intends to drop the offload dependency on openmp.
462
//Remove this line once they achieved it.
0 commit comments