This is an archive of the discontinued LLVM Phabricator instance.

Reinstate MSan suppression of PR24578.
ClosedPublic

Authored by eugenis on Nov 22 2019, 11:10 AM.

Details

Summary

Revert "Rollback of commit "Repress sanitization on User dtor.""

There is no point in keeping an active MSan error in the codebase.
PR24578 tracks the actual UB in LLVM code; this change enables testing
of LLVM with MSAN + -fsanitize-memory-use-after-dtor.

This reverts commit 21c1bc46aee2b69c2c48db8e961f0ce8394f21e1.

Diff Detail

Event Timeline

eugenis created this revision.Nov 22 2019, 11:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 22 2019, 11:10 AM
Herald added a subscriber: hiraditya. · View Herald Transcript

Isn't this going to break our msan bots?

vitalybuka accepted this revision.Nov 22 2019, 11:22 AM
This revision is now accepted and ready to land.Nov 22 2019, 11:22 AM
This revision was automatically updated to reflect the committed changes.