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

Roman Lebedev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 9 04:46:38 PST 2021


lebedev.ri added a comment.

In D55725#2613676 <https://reviews.llvm.org/D55725#2613676>, @Meinersbur wrote:

> +1
>
> Would it be possible to also ensure that the right omp.h/libomp is used when using clang from the build directory?

(that is part of the problem for me, too)

> 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