[all-commits] [llvm/llvm-project] 82dc46: [lldb] Get rid of HAVE_SIGACTION

Nico Weber via All-commits all-commits at lists.llvm.org
Mon Aug 2 11:12:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82dc463bb356200fd46b90d6d5a439c3c9b31c92
      https://github.com/llvm/llvm-project/commit/82dc463bb356200fd46b90d6d5a439c3c9b31c92
  Author: Nico Weber <thakis at chromium.org>
  Date:   2021-08-02 (Mon, 02 Aug 2021)

  Changed paths:
    M lldb/cmake/modules/LLDBGenerateConfig.cmake
    M lldb/include/lldb/Host/Config.h.cmake
    M lldb/include/lldb/Host/MainLoop.h

  Log Message:
  -----------
  [lldb] Get rid of HAVE_SIGACTION

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.

Differential Revision: https://reviews.llvm.org/D107255




More information about the All-commits mailing list