hanchenye-llvm-project/libcxxabi
Eric Fiselier c4600ccf89 Fix ASAN build with older compiler-rt versions.
compiler-rt recently added the __asan_handle_no_return() function that libc++abi
needs to use, however older versions of compiler-rt don't declare this interface
publicly and that breaks the libc++abi build.

This patch attempts to fix the issues by declaring the asan function explicitly,
so we don't depend on compiler-rt to provide the declaration.

llvm-svn: 313308
2017-09-14 22:37:34 +00:00
..
cmake build: use cmake to pass -std=c++11 2017-06-11 23:59:26 +00:00
fuzz
include
lib
src Fix ASAN build with older compiler-rt versions. 2017-09-14 22:37:34 +00:00
test Mark test as unsupported c++98/03 to fix buildbots 2017-08-09 21:51:56 +00:00
www
.arcconfig
.clang-format
.gitignore
CMakeLists.txt libcxxabi: Suppress LLVM_ENABLE_MODULES 2017-07-31 09:35:08 +00:00
CREDITS.TXT
LICENSE.TXT