[PATCH] D69587: [msan] Blacklist __gxx_personality_v0.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 15:12:39 PDT 2019
eugenis created this revision.
eugenis added reviewers: pcc, dvyukov.
Herald added subscribers: Sanitizers, christof, mgorny.
Herald added projects: Sanitizers, LLVM.
Fixes https://bugs.llvm.org/show_bug.cgi?id=31877.
Fixes https://github.com/google/sanitizers/issues/1155.
Enables exceptions in msan/tsan buid of libcxx, and in msan tests.
-fdepfile-entry stuff is a workaround for
https://reviews.llvm.org/D69290 (default blacklist missing from -MMD
output).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D69587
Files:
compiler-rt/cmake/Modules/AddCompilerRT.cmake
compiler-rt/cmake/Modules/CustomLibcxx/CMakeLists.txt
compiler-rt/lib/msan/CMakeLists.txt
compiler-rt/lib/msan/msan_blacklist.txt
compiler-rt/lib/msan/tests/CMakeLists.txt
compiler-rt/lib/msan/tests/msan_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69587.226977.patch
Type: text/x-patch
Size: 4461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191029/95105066/attachment.bin>
More information about the llvm-commits
mailing list