diff options
author | Sean Callanan <scallanan@apple.com> | 2012-12-21 21:34:42 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2012-12-21 21:34:42 +0000 |
commit | 5deaa4c9025daac004a879a9a1f44a715db9930c (patch) | |
tree | aa8094b17d6086556baa500c154e669bba715dbd /lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp | |
parent | bab7cc405da33865029982ca07b11df5ac3a2798 (diff) | |
download | bcm5719-llvm-5deaa4c9025daac004a879a9a1f44a715db9930c.tar.gz bcm5719-llvm-5deaa4c9025daac004a879a9a1f44a715db9930c.zip |
Made LLDB compile with LLVM top-of-tree again.
The results from Clang name lookups changed to
be ArrayRefs, so I had to change the way we
check for the presence of a result and the way
we iterate across results.
llvm-svn: 170927
Diffstat (limited to 'lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp')
-rw-r--r-- | lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp b/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp index efc03b327e6..004d6b5fe7e 100644 --- a/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp +++ b/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp @@ -9,8 +9,6 @@ #include "UnwindAssemblyInstEmulation.h" -#include "llvm-c/EnhancedDisassembly.h" - #include "lldb/Core/Address.h" #include "lldb/Core/ArchSpec.h" #include "lldb/Core/DataBufferHeap.h" |