This is an archive of the discontinued LLVM Phabricator instance.

tsan/msan: add halt_on_error flag
ClosedPublic

Authored by dvyukov on Aug 13 2013, 7:48 AM.

Details

Reviewers
eugenis
earthdok
Summary

If halt_on_error==true, program terminates after reporting first error.

Diff Detail

Event Timeline

Can we make halt_on_error a common sanitizer flag and use it in all three tools?

eugenis accepted this revision.Aug 13 2013, 8:23 AM

LGTM, but please add a few RUN: lines with the new flag name to msan/lit_tests/keep-going.cc

Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r188279.