[all-commits] [llvm/llvm-project] 10378b: [runtimes] Add the ability to customize the output...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Oct 11 12:20:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10378b3db1f16794109af184819be28581f14c3b
https://github.com/llvm/llvm-project/commit/10378b3db1f16794109af184819be28581f14c3b
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-10-11 (Tue, 11 Oct 2022)
Changed paths:
M libcxx/CMakeLists.txt
M libcxx/src/CMakeLists.txt
M libcxxabi/CMakeLists.txt
M libcxxabi/src/CMakeLists.txt
M libunwind/CMakeLists.txt
M libunwind/src/CMakeLists.txt
Log Message:
-----------
[runtimes] Add the ability to customize the output name of libc++, libc++abi and libunwind
We already had the ability to do that for libc++.dylib, so this only adds
consistency for all the runtime libraries. This should allow working around
difficulties on AIX as described in https://llvm.org/D134221.
Differential Revision: https://reviews.llvm.org/D135669
More information about the All-commits
mailing list