Add libcxxabi option back for sanitizer use.
authorStephen Hines <srhines@google.com>
Wed, 11 Jul 2018 00:50:03 +0000 (00:50 +0000)
committerStephen Hines <srhines@google.com>
Wed, 11 Jul 2018 00:50:03 +0000 (00:50 +0000)
commit6812c28ef3dbb5a3ed2d717499b68c3831fbc20f
tree3a1f45bc869a1f140231d9ac109eb842443cc3b4
parent32ee712435e8a157e4c757223bc11418c1346ff8
Add libcxxabi option back for sanitizer use.

Summary:
A prior refactoring accidentally dropped the case for using libc++abi as
the out-of-tree C++ runtime library for sanitizers. This patch restores
that functionality, which is used by Android, which can't depend on the
full libc++ for these libraries.

Reviewers: phosek, EricWF

Reviewed By: phosek

Subscribers: meikeb, kongyi, chh, mgorny, delcypher, llvm-commits, #sanitizers, pirama

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

llvm-svn: 336749
compiler-rt/CMakeLists.txt