llvm-project/libcxx/cmake/Modules
Petr Hosek 1788b89b4f [CMake] Split linked libraries for shared and static libc++
Some linker libraries are only needed for shared libc++, some only
for static libc++, combining these together in LIBCXX_LIBRARIES and
LIBCXX_INTERFACE_LIBRARIES can introduce unnecessary dependencies.

This changes splits those up into LIBCXX_SHARED_LIBRARIES and
LIBCXX_STATIC_LIBRARIES matching what libc++abi already does.

Differential Revision: https://reviews.llvm.org/D57872

llvm-svn: 358614
2019-04-17 21:41:09 +00:00
..
CheckLibcxxAtomic.cmake Support tests in freestanding 2019-02-04 20:31:13 +00:00
CodeCoverage.cmake Change test coverage generation to use llvm-cov instead of gcov. 2017-03-11 03:24:18 +00:00
HandleCompilerRT.cmake [CMake] Passthrough CFLAGS when checking the compiler-rt path 2018-11-14 00:09:26 +00:00
HandleLibCXXABI.cmake [CMake] Differentiate between static and shared libc++abi 2019-04-03 01:33:14 +00:00
HandleLibcxxFlags.cmake [CMake] Split linked libraries for shared and static libc++ 2019-04-17 21:41:09 +00:00
HandleOutOfTreeLLVM.cmake [cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT always 2019-01-28 15:16:03 +00:00
MacroEnsureOutOfSourceBuild.cmake