[all-commits] [llvm/llvm-project] bcaa01: [libc++] Fix linking libc++abi in standalone builds
Raul Tambre via All-commits
all-commits at lists.llvm.org
Thu Apr 2 06:36:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bcaa01752f5e45b9d1647aef16d74c748192f8a5
https://github.com/llvm/llvm-project/commit/bcaa01752f5e45b9d1647aef16d74c748192f8a5
Author: Raul Tambre <raul at tambre.ee>
Date: 2020-04-02 (Thu, 02 Apr 2020)
Changed paths:
M libcxx/cmake/Modules/HandleLibCXXABI.cmake
Log Message:
-----------
[libc++] Fix linking libc++abi in standalone builds
In standalone builds the cxxabi_shared and cxxabi_static targets don't exist.
We need to link against the library itself.
Differential Revision: https://reviews.llvm.org/D77294
More information about the All-commits
mailing list