[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
Tue Sep 22 03:07:55 PDT 2015


brucem created this revision.
brucem added a reviewer: clayborg.
brucem added a subscriber: lldb-commits.

This is no longer needed as this file no longer calls backtrace().

http://reviews.llvm.org/D13049

Files:
  source/Host/macosx/Host.mm

Index: source/Host/macosx/Host.mm
===================================================================
--- source/Host/macosx/Host.mm
+++ 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.35354.patch
Type: text/x-patch
Size: 309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150922/417cfceb/attachment.bin>


More information about the lldb-commits mailing list