[Openmp-commits] [clang] [openmp] [OFFLOAD] Build DeviceRTL with SPIRV backend (PR #174675)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 8 13:47:34 PST 2026
jhuber6 wrote:
> do you want me to enable the spirv build for DeviceRTL by default ?
Users configure this manually, it'd be something like this, which should just work if we can get it to compile
```
-DRUNTIMES_spirv64-unknown-unknown_LLVM_ENABLE_RUNTIMES=openmp
```
https://github.com/llvm/llvm-project/pull/174675
More information about the Openmp-commits
mailing list