Skip to content

Commit 78100ea

Browse files
committed
temporarily test if we can at least build offload without openmp
1 parent 9e752c8 commit 78100ea

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
@@ -460,7 +460,7 @@ impl Step for Llvm {
460460
enabled_llvm_runtimes.push("offload");
461461
//FIXME(ZuseZ4): LLVM intends to drop the offload dependency on openmp.
462462
//Remove this line once they achieved it.
463-
enabled_llvm_runtimes.push("openmp");
463+
//enabled_llvm_runtimes.push("openmp");
464464
//enabled_llvm_runtimes.push("compiler-rt");
465465

466466
// -DRUNTIMES_CMAKE_ARGS="-DLIBOMPTARGET_PLUGINS_TO_BUILD=amdgpu;nvptx;

0 commit comments

Comments
 (0)