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

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 27 15:38:23 PDT 2021


MaskRay added a comment.

FWIW I have played `-DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=on`

I see `lib/clang/13.0.0/lib/x86_64-unknown-linux-gnu/libclang_rt.*`. The directory name is `x86_64-unknown-linux-gnu`, which actually looks good to me.
We don't necessarily copy the GCC x86_64-linux-gnu multiarch name. Preserving the default target triple as-is gives users more choices (e.g. if they want to use the vendor part to have multiple builds).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101194



More information about the cfe-commits mailing list