llvm-capstone/compiler-rt/lib/msan
Petr Hosek 066e4bf888 Reland "[Fuzzer] Parametrize add_custom_libcxx"
add_custom_libcxx uses the just built compiler and installs the
built libc++, e.g. for testing, neither of which is desirable in
case of Fuzzer where the libc++ should be built using the host
compiler and it's only linked into the libFuzzer and should never
be installed. This change introduces additional arguments to
add_custom_libcxx to allow parametrizing its behavior.

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

llvm-svn: 323054
2018-01-21 01:01:53 +00:00
..
tests Reland "[Fuzzer] Parametrize add_custom_libcxx" 2018-01-21 01:01:53 +00:00
.clang-format
CMakeLists.txt
msan_allocator.cc [Sanitizers] Make common allocator agnostic to failure handling modes. 2018-01-17 23:20:36 +00:00
msan_allocator.h Revert r304285, r304297. 2017-06-05 21:20:55 +00:00
msan_blacklist.txt
msan_chained_origin_depot.cc
msan_chained_origin_depot.h
msan_flags.h
msan_flags.inc
msan_interceptors.cc Add MSan interceptor for fstat(2) 2018-01-03 22:28:39 +00:00
msan_interface_internal.h
msan_linux.cc (NFC) Rename GetMax{,User}VirtualAddress. 2017-11-07 23:51:22 +00:00
msan_new_delete.cc [MSan,TSan] Add aligned new/delete interceptors. 2017-12-22 17:02:17 +00:00
msan_origin.h
msan_poisoning.cc
msan_poisoning.h
msan_report.cc [msan] Replace CommonSanitizerReportMutex with ScopedErrorReportLock 2017-11-09 22:48:45 +00:00
msan_thread.cc
msan_thread.h
msan.cc [msan] Deadly signal handler for msan 2017-11-10 02:06:59 +00:00
msan.h Add NetBSD/x86_64 mapping in MSan 2017-12-09 00:27:52 +00:00
msan.syms.extra