This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Replace "bool IsHandledDeadlySignal" with "int GetHandleDeadlySignal"
AbandonedPublic

Authored by vitalybuka on May 12 2017, 6:41 PM.

Details

Reviewers
eugenis

Event Timeline

vitalybuka created this revision.May 12 2017, 6:41 PM
eugenis added inline comments.May 15 2017, 2:10 PM
lib/sanitizer_common/sanitizer_linux.cc
1397

If you insist on a tri-state flag, this must be an enum.
With validation in the flag parser (in the other CL).

vitalybuka abandoned this revision.May 26 2017, 5:23 PM