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.
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits