[Lldb-commits] [lldb] r300618 - Define HAVE_SIGACTION to 1 in Xcode build

Chris Bieneman via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 18 15:37:00 PDT 2017


Author: cbieneman
Date: Tue Apr 18 17:37:00 2017
New Revision: 300618

URL: http://llvm.org/viewvc/llvm-project?rev=300618&view=rev
Log:
Define HAVE_SIGACTION to 1 in Xcode build

This is needed to make the Xcode project build since it doesn't have auto-generated Config header.

Modified:
    lldb/trunk/include/lldb/Host/Config.h

Modified: lldb/trunk/include/lldb/Host/Config.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/Config.h?rev=300618&r1=300617&r2=300618&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/Config.h (original)
+++ lldb/trunk/include/lldb/Host/Config.h Tue Apr 18 17:37:00 2017
@@ -20,6 +20,8 @@
 
 #define HAVE_PPOLL 0
 
+#define HAVE_SIGACTION 1
+
 #else
 
 #error This file is only used by the Xcode build.




More information about the lldb-commits mailing list