This is an archive of the discontinued LLVM Phabricator instance.

[asan] Rename allow_user_segv_handler into allow_user_sig_handler
AbandonedPublic

Authored by vitalybuka on Apr 24 2017, 10:36 AM.

Details

Reviewers
eugenis
kcc
Summary

allow_user_segv_handler already controls various signals, not just SEGV

Event Timeline

vitalybuka created this revision.Apr 24 2017, 10:36 AM
eugenis edited edge metadata.Apr 24 2017, 1:10 PM

This will break all the users.

This will break all the users.

Usually it used to set it to true, but after https://reviews.llvm.org/D32443 it would not be necessary.

vitalybuka edited the summary of this revision. (Show Details)Apr 24 2017, 1:17 PM
vitalybuka added a reviewer: kcc.

If the default value is changed to true, I guess I'm fine with this. Never liked this flag anyway.
Kostya, WDYT?

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