diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-24 01:37:32 +0000 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-24 01:37:32 +0000 |
| commit | 16eb1d227843fa3e02549718c46b3f58f31da633 (patch) | |
| tree | 70c19d39071f9914c5e7d9859f3ea633bb389f93 | |
| parent | b9d79250c1a28b7f180e5d52e8ad8389892eb343 (diff) | |
| download | bcm5719-llvm-16eb1d227843fa3e02549718c46b3f58f31da633.tar.gz bcm5719-llvm-16eb1d227843fa3e02549718c46b3f58f31da633.zip | |
execinfo.h isn't needed on Mac OS X for Host.mm.
Summary: This is no longer needed as this file no longer calls backtrace().
Reviewers: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D13049
llvm-svn: 248457
| -rw-r--r-- | lldb/source/Host/macosx/Host.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Host/macosx/Host.mm b/lldb/source/Host/macosx/Host.mm index af06b0324d0..a21ac09272c 100644 --- a/lldb/source/Host/macosx/Host.mm +++ b/lldb/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> |

