[all-commits] [llvm/llvm-project] ed155f: [runtimes] Correctly apply libdir subdir for multi...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Fri May 31 11:49:07 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed155f3f237a7e3a3e40a84d815225d27e83f0db
https://github.com/llvm/llvm-project/commit/ed155f3f237a7e3a3e40a84d815225d27e83f0db
Author: Petr Hosek <phosek at google.com>
Date: 2024-05-31 (Fri, 31 May 2024)
Changed paths:
M libcxx/CMakeLists.txt
M libcxxabi/CMakeLists.txt
M libunwind/CMakeLists.txt
M llvm-libgcc/CMakeLists.txt
Log Message:
-----------
[runtimes] Correctly apply libdir subdir for multilib (#93354)
We weren't applying the libdir subdir to header directories but this is
necessary for correctness when building e.g. ASan variant. This change
also updates path construction logic accross all runtimes and ensures
they're consistent.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list