This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Get rid of HAVE_SIGACTION
ClosedPublic

Authored by thakis on Aug 2 2021, 2:00 AM.

Details

Summary

The .cpp file uses SIGNAL_POLLING_UNSUPPORTED to guard the call
to sigaction, so use it in the .h file too. (LLVM also calls
sigaction without a guard on non-Windows.)

No behavior change.

Diff Detail

Event Timeline

thakis created this revision.Aug 2 2021, 2:00 AM
thakis requested review of this revision.Aug 2 2021, 2:00 AM
This revision is now accepted and ready to land.Aug 2 2021, 8:37 AM
This revision was landed with ongoing or failed builds.Aug 2 2021, 11:11 AM
This revision was automatically updated to reflect the committed changes.