[Openmp-commits] [clang] [flang] [llvm] [openmp] [Flang][OpenMP] Move builtin .mod generation into runtimes (PR #137828)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Tue Apr 29 08:54:38 PDT 2025


https://github.com/jhuber6 commented:

What's the main limitation here? If this is just a file dependency it should be identical to how all the OpenMP tests depend on `omp.h` being in the resource directory. IMHO this is trivial if we do a runtimes build, since we can just require that `openmp;flang-rt` are in the same toolchain, which then gives us well defined access to `openmp`'s CMake targets so long as it's listed before `flang-rt`.

https://github.com/llvm/llvm-project/pull/137828


More information about the Openmp-commits mailing list