[clang] [Driver] Remove "-android" from compiler-rt library names for legacy LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=off (PR #81044)

via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 7 22:18:06 PST 2024


pirama-arumuga-nainar wrote:

The AOSP clang toolchain uses the new layout+names for targeting linux but hasn't migrated for compiler-rt libs targeting Android.  See https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/main/clang-r510928/lib/clang/18/lib/linux/ for `-android-`.

Will post an estimate on this migration but I expect it to be in the order of months rather than weeks.

https://github.com/llvm/llvm-project/pull/81044


More information about the cfe-commits mailing list