llvm-capstone/compiler-rt/lib/msan
Jonas Hahnfeld 44ef345c50 [CMake] Remove -stdlib= which is unused when passing -nostdinc++
This avoids the warnings when building with LLVM_ENABLE_LIBCXX
which automatically adds -stdlib=libc++ to CMAKE_CXX_FLAGS.

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

llvm-svn: 323969
2018-02-01 13:57:24 +00:00
..
tests [CMake] Remove -stdlib= which is unused when passing -nostdinc++ 2018-02-01 13:57:24 +00:00
.clang-format
CMakeLists.txt Revert "[sancov] moving sancov rt to sancov/ directory" 2017-01-12 01:37:35 +00:00
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 [sanitizer] Add interceptors for readlinkat, name_to_handle_at, open_by_handle_at 2018-01-30 22:22:12 +00:00
msan_interface_internal.h [compiler-rt] Do not introduce __sanitizer namespace globally 2016-09-15 21:02:18 +00:00
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