[libcxx-commits] [PATCH] D101194: [Driver] Push multiarch path setup to individual drivers

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 27 17:35:38 PDT 2021


MaskRay added a comment.

I thought this was NFC:(

Yeah, personally I think the previous behavior (`lib/clang/13.0.0/lib/x86_64-unknown-linux-gnu/libclang_rt.asan.a`) is slightly better than the new `lib/clang/13.0.0/lib/x86_64-linux-gnu/libclang_rt.asan.a`.
multiarch paths are suitable for GCC specific directories (`lib/$triple`, libstdc++ `aarch64-linux-gnu/include/c++/10`, etc) but llvm specific libraries don't necessarily use that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101194



More information about the libcxx-commits mailing list