[Openmp-commits] [openmp] [Libomp] Place generated OpenMP headers into build resource directory (PR #88007)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Mon Apr 8 09:13:00 PDT 2024


jhuber6 wrote:

> If this PR can wait a bit, I can have a look at the Fortran part for this.

Specifically, clang has `lib/clang/19/include` for its resource directory. This is where `omp.h` gets installed to and it's always included. I'm assuming `flang` has something similar, but here we only have the logic to get the clang resource directory, so I'm unsure about it.

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


More information about the Openmp-commits mailing list