llvm-capstone/libcxxabi
Petr Hosek 8807db3209 [libcxxabi] Support building hermetic static library
This is useful when the static libc++abi library is being linked into
shared libraries that may be used in with other shared libraries that
use different C++ library. We want to avoid avoid exporting libc++abi
or libc++ symbols in those cases. This achieved by a new CMake option
which can be enabled by libc++abi vendors as needed.

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

llvm-svn: 352017
2019-01-24 03:18:29 +00:00
..
cmake [libcxxabi] Support building hermetic static library 2019-01-24 03:18:29 +00:00
fuzz
include
lib
src [libcxxabi] Support building hermetic static library 2019-01-24 03:18:29 +00:00
test
www
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [libcxxabi] Support building hermetic static library 2019-01-24 03:18:29 +00:00
CREDITS.TXT
LICENSE.TXT