[PATCH] D100148: [Driver] Fix compiler-rt lookup for x32

John Paul Adrian Glaubitz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 15 23:55:05 PDT 2021


glaubitz added a comment.

In D100148#2881382 <https://reviews.llvm.org/D100148#2881382>, @MaskRay wrote:

> Since @glaubitz is here:
>
> I want to set `LLVM_ENABLE_PER_TARGET_RUNTIME_DIR` to on by default so that the libraries for x86-64 will be in `lib/clang/13.0.0/lib/x86_64-unknown-linux-gnu/libclang_rt.profile.a` instead of `lib/clang/13.0.0/lib/linux/libclang_rt.profile-x86_64.a`.
> Clang driver supports both paths.

OK, I don't think this will have any ramifications for Debian. But if you want me to test a patch, please let me know or pull me into the review.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100148



More information about the cfe-commits mailing list