This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalAlways
ClosedPublic

Authored by vitalybuka on May 19 2017, 4:58 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.May 19 2017, 4:58 PM
vitalybuka updated this revision to Diff 99651.May 19 2017, 5:40 PM

Updated allow_user_segv.cc test

vitalybuka updated this revision to Diff 99653.May 19 2017, 5:49 PM

Fixed asan_win.cc check

eugenis accepted this revision.May 19 2017, 5:55 PM
eugenis added inline comments.
lib/sanitizer_common/sanitizer_flag_parser.h
68 ↗(On Diff #99653)

maybe "exclusive"? The meaning of "always" is not very clear in this context.

This revision is now accepted and ready to land.May 19 2017, 5:55 PM
vitalybuka updated this revision to Diff 99657.May 19 2017, 6:09 PM

Always -> Exclusive

vitalybuka marked an inline comment as done.May 19 2017, 6:10 PM
This revision was automatically updated to reflect the committed changes.