This is an archive of the discontinued LLVM Phabricator instance.

[msan] Blacklist __gxx_personality_v0.
ClosedPublic

Authored by eugenis on Oct 29 2019, 3:12 PM.

Details

Summary

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).

Event Timeline

eugenis created this revision.Oct 29 2019, 3:12 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 29 2019, 3:12 PM
Herald added subscribers: Restricted Project, christof, mgorny. · View Herald Transcript
vitalybuka accepted this revision.Oct 29 2019, 3:15 PM
This revision is now accepted and ready to land.Oct 29 2019, 3:15 PM
eugenis updated this revision to Diff 227308.Oct 31 2019, 10:21 AM

remove an extra #include

This revision was automatically updated to reflect the committed changes.