hanchenye-llvm-project/libcxx/cmake/Modules
Jonas Hahnfeld 66c60d9d71 [compiler-rt] Build custom libcxx with libcxxabi
This changes add_custom_libcxx to also build libcxxabi and merges
the two into a static and hermetic library.
There are multiple advantages:
1) The resulting libFuzzer doesn't expose C++ internals and looks
   like a plain C library.
2) We don't have to manually link in libstdc++ to provide cxxabi.
3) The sanitizer tests cannot interfere with an installed version
   of libc++.so in LD_LIBRARY_PATH.

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

llvm-svn: 354212
2019-02-17 12:16:20 +00:00
..
CheckLibcxxAtomic.cmake Support tests in freestanding 2019-02-04 20:31:13 +00:00
CodeCoverage.cmake
HandleCompilerRT.cmake [CMake] Passthrough CFLAGS when checking the compiler-rt path 2018-11-14 00:09:26 +00:00
HandleLibCXXABI.cmake [compiler-rt] Build custom libcxx with libcxxabi 2019-02-17 12:16:20 +00:00
HandleLibcxxFlags.cmake Add cxx-benchmark-unittests target 2018-11-13 23:08:31 +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