This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Switch handle_<signal> flags from bool to int.
ClosedPublic

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

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.May 12 2017, 6:09 PM
vitalybuka updated this revision to Diff 99510.May 18 2017, 5:36 PM

int to enum

vitalybuka planned changes to this revision.May 18 2017, 5:47 PM

Adding tests

vitalybuka updated this revision to Diff 99513.May 18 2017, 6:08 PM

Added test

eugenis accepted this revision.May 18 2017, 6:17 PM
This revision is now accepted and ready to land.May 18 2017, 6:17 PM
This revision was automatically updated to reflect the committed changes.