Skip to content

Commit 0b03f32

Browse files
committed
disable compiler-rt
1 parent aafb772 commit 0b03f32

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ impl Step for Llvm {
461461
//FIXME(ZuseZ4): LLVM intends to drop the offload dependency on openmp.
462462
//Remove this line once they achieved it.
463463
enabled_llvm_runtimes.push("openmp");
464-
enabled_llvm_runtimes.push("compiler-rt");
464+
//enabled_llvm_runtimes.push("compiler-rt");
465465

466466
// -DRUNTIMES_CMAKE_ARGS="-DLIBOMPTARGET_PLUGINS_TO_BUILD=amdgpu;nvptx;
467467
cfg.define("RUNTIMES_CMAKE_ARGS", "-DLIBOMPTARGET_PLUGINS_TO_BUILD=amdgpu;nvptx");

0 commit comments

Comments
 (0)