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 78100ea commit 27afca6Copy full SHA for 27afca6
src/bootstrap/src/core/build_steps/llvm.rs
@@ -464,7 +464,7 @@ impl Step for Llvm {
464
//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");
+ //cfg.define("RUNTIMES_CMAKE_ARGS", "-DLIBOMPTARGET_PLUGINS_TO_BUILD=amdgpu;nvptx");
468
//cfg.define("LLVM_TARGETS_TO_BUILD", "host;AMDGPU;NVPTX");
469
470
//let runtime_targets = vec!["default", "amdgcn-amd-amdhsa", "nvptx64-nvidia-cuda"];
0 commit comments