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 aafb772 commit 0b03f32Copy full SHA for 0b03f32
src/bootstrap/src/core/build_steps/llvm.rs
@@ -461,7 +461,7 @@ impl Step for Llvm {
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");
464
- enabled_llvm_runtimes.push("compiler-rt");
+ //enabled_llvm_runtimes.push("compiler-rt");
465
466
// -DRUNTIMES_CMAKE_ARGS="-DLIBOMPTARGET_PLUGINS_TO_BUILD=amdgpu;nvptx;
467
cfg.define("RUNTIMES_CMAKE_ARGS", "-DLIBOMPTARGET_PLUGINS_TO_BUILD=amdgpu;nvptx");
0 commit comments