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 9e752c8 commit 78100eaCopy full SHA for 78100ea
src/bootstrap/src/core/build_steps/llvm.rs
@@ -460,7 +460,7 @@ impl Step for Llvm {
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.
463
- enabled_llvm_runtimes.push("openmp");
+ //enabled_llvm_runtimes.push("openmp");
464
//enabled_llvm_runtimes.push("compiler-rt");
465
466
// -DRUNTIMES_CMAKE_ARGS="-DLIBOMPTARGET_PLUGINS_TO_BUILD=amdgpu;nvptx;
0 commit comments