Support libc++abi in addition to libstdc++
authorPetr Hosek <phosek@chromium.org>
Fri, 28 Jul 2017 03:39:39 +0000 (03:39 +0000)
committerPetr Hosek <phosek@chromium.org>
Fri, 28 Jul 2017 03:39:39 +0000 (03:39 +0000)
commita7a9ca4ad1cd950157050cdc72cc40e74ed460ea
tree815c9031dca954bb44ec5969442c899a0b853c95
parent2bbb6ad217353b8250bc01ed78a1a9b81f194d87
Support libc++abi in addition to libstdc++

This change adds sanitizer support for LLVM's libunwind and libc++abi
as an alternative to libstdc++. This allows using the in tree version
of libunwind and libc++abi which is useful when building a toolchain
for different target.

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

llvm-svn: 309362
compiler-rt/CMakeLists.txt
compiler-rt/lib/asan/CMakeLists.txt
compiler-rt/lib/tsan/dd/CMakeLists.txt
compiler-rt/lib/ubsan/CMakeLists.txt