[compiler-rt] Cleanup usage of C++ ABI library
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Fri, 15 Feb 2019 14:30:18 +0000 (14:30 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Fri, 15 Feb 2019 14:30:18 +0000 (14:30 +0000)
commit3cc63cfaa7772cd994ee7e8e811e0380f39259c9
tree8236ada641a040c1fd18a1eb7fb22508ed20eae2
parentf7e84a2ccc4b8324785c094691e3611a854f74b9
[compiler-rt] Cleanup usage of C++ ABI library

Add missed value "libcxxabi" and introduce SANITIZER_TEST_CXX for linking
unit tests. This needs to be a full C++ library and cannot be libcxxabi.

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

llvm-svn: 354132
compiler-rt/CMakeLists.txt
compiler-rt/lib/asan/CMakeLists.txt
compiler-rt/lib/fuzzer/tests/CMakeLists.txt
compiler-rt/lib/hwasan/CMakeLists.txt
compiler-rt/lib/scudo/CMakeLists.txt
compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
compiler-rt/lib/tsan/dd/CMakeLists.txt
compiler-rt/lib/tsan/tests/CMakeLists.txt
compiler-rt/lib/ubsan/CMakeLists.txt
compiler-rt/lib/xray/tests/CMakeLists.txt