[Lldb-commits] [PATCH] D13049: execinfo.h isn't needed on Mac OS X for Host.mm.
Bruce Mitchener via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 23 18:48:57 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL248457: execinfo.h isn't needed on Mac OS X for Host.mm. (authored by brucem).
Changed prior to commit:
http://reviews.llvm.org/D13049?vs=35354&id=35581#toc
Repository:
rL LLVM
http://reviews.llvm.org/D13049
Files:
lldb/trunk/source/Host/macosx/Host.mm
Index: lldb/trunk/source/Host/macosx/Host.mm
===================================================================
--- lldb/trunk/source/Host/macosx/Host.mm
+++ lldb/trunk/source/Host/macosx/Host.mm
@@ -25,7 +25,6 @@
#include <asl.h>
#include <crt_externs.h>
-#include <execinfo.h>
#include <grp.h>
#include <libproc.h>
#include <pwd.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13049.35581.patch
Type: text/x-patch
Size: 342 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150924/f4963056/attachment.bin>
More information about the lldb-commits
mailing list