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

Joel E. Denny via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jan 24 14:04:07 PST 2019


jdenny added a comment.

In D55725#1370148 <https://reviews.llvm.org/D55725#1370148>, @jdenny wrote:

> I then see the following effects from `-DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=True`:
>
> - Rename the Clang-dedicated directory from `lib/clang/9.0.0/lib/linux` to `lib/clang/9.0.0/x86_64-unknown-linux-gnu/lib`.
> - For the `libclang_rt.*-x86_64.*` there, drop the now redundant `-x86_64.` components from their names.
> - Move `libc++*` and `libunwind*` from `lib` to the Clang-dedicated directory.


I meant to mention that, without `-DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=True`, I find only `libclang_rt.*-x86_64.*` in the Clang-dedicated library directory.


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