[Openmp-commits] [PATCH] D55725: [OpenMP] Add libs to clang-dedicated directories

Michael Kruse via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 9 04:41:39 PST 2021


Meinersbur added a comment.

+1

Would it be possible to also ensure that the right omp.h/libomp is used when using clang from the build directory? For instance, the clang-specific header files (like `stdint.h`) are copied to `../lib/clang/<version>` by `ninja clang-headers` to be found independently of whether clang is launched from the install or build prefix. Could we do something similar for OpenMP?


Repository:
  rOMP OpenMP

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55725/new/

https://reviews.llvm.org/D55725



More information about the Openmp-commits mailing list