jhuber6 wrote:
> How are you gonna compile the entire `openmp/` project with the GPU triple?
```
if (${TRIPLE} MATCHES("^nvptx64|^amdgcn"))
add_subdirectory(device)
else()
add_subdirectory(runtime)
endif()
```
https://github.com/llvm/llvm-project/pull/136359