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 2398bd6 commit e0e6f62Copy full SHA for e0e6f62
src/bootstrap/src/core/build_steps/llvm.rs
@@ -460,6 +460,11 @@ impl Step for Llvm {
460
//FIXME(ZuseZ4): LLVM intends to drop the offload dependency on openmp.
461
//Remove this line once they achieved it.
462
enabled_llvm_runtimes.push("openmp");
463
+ enabled_llvm_runtimes.push("compiler-rt");
464
+
465
+ // FIXME(ZuseZ4): Upgrade, once the latter becomes it's own flag
466
+ cfg.define("RUNTIMES_CMAKE_ARGS", "-DLIBOMPTARGET_PLUGINS_TO_BUILD=amdgpu;nvptx");
467
+ // -DRUNTIMES_CMAKE_ARGS="-DLIBOMPTARGET_PLUGINS_TO_BUILD=amdgpu;nvptx"
468
}
469
470
if !enabled_llvm_runtimes.is_empty() {
0 commit comments