This is an archive of the discontinued LLVM Phabricator instance.

[ASan] Allow -fsanitize-recover for ASan.
ClosedPublic

Authored by ygribov on Nov 2 2015, 9:09 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ygribov updated this revision to Diff 38935.Nov 2 2015, 9:09 AM
ygribov retitled this revision from to [ASan] Allow -fsanitize-recover for ASan..
ygribov updated this object.
ygribov added reviewers: eugenis, samsonov, kcc.
ygribov added subscribers: llvm-commits, kubamracek, filcab and 2 others.
eugenis edited edge metadata.Nov 5 2015, 11:44 AM

It looks like you removed the test that -fsanitize-recover=address is rejected, but did not add a test that it is accepted.

ygribov updated this revision to Diff 39518.Nov 6 2015, 6:47 AM
ygribov edited edge metadata.

Fixed test.

eugenis accepted this revision.Nov 6 2015, 9:50 AM
eugenis edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 6 2015, 9:50 AM
This revision was automatically updated to reflect the committed changes.