[compiler-rt] Cleanup usage of C++ ABI library
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Sat, 16 Feb 2019 08:34:26 +0000 (08:34 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Sat, 16 Feb 2019 08:34:26 +0000 (08:34 +0000)
commita05d442391de4a75f26036bee3d5d46ac49f69b2
tree8666487d84c6f3c8271027406905c2a0c8f562df
parentdb5aa955cba9b172a67c95f2799946354b54d299
[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.

Recommit r354132 which I reverted in r354153 because it broke a sanitizer
bot. This was because of the "fixes" for pthread linking, so I've removed
these changes.

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

llvm-svn: 354198
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