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.
Paths
| Differential D107255
[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 No behavior change.
Diff Detail Event TimelineThis 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 Closed by commit rG82dc463bb356: [lldb] Get rid of HAVE_SIGACTION (authored by thakis). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 363404 lldb/cmake/modules/LLDBGenerateConfig.cmake
lldb/include/lldb/Host/Config.h.cmake
lldb/include/lldb/Host/MainLoop.h
|
clang-tidy: error: 'lldb/Host/Config.h' file not found [clang-diagnostic-error]
not useful