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

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 15 13:42:51 PDT 2021


MaskRay added a comment.

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.


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