The OpenMP offloading device runtime depends on multiple tools. We
should ensure that these tools are build before invoking the OpenMP
build.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/runtimes/CMakeLists.txt | ||
---|---|---|
365 | These dependencies are only relevant for libomptarget. So if we're only building libomp they can be ignored. |
Should AND OPENMP_ENABLE_LIBOMPTARGET) be moved to the top-level if?