diff options
author | Enrico Granata <egranata@apple.com> | 2015-09-23 19:32:56 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2015-09-23 19:32:56 +0000 |
commit | e5ffa089cc88fc730b005d1dba9cb57857a9ba66 (patch) | |
tree | f83c4537137c47e012b056e6f255f4cbf4302407 /lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | |
parent | cac0b89289c370a24101c657b1345cc0ed57ee9d (diff) | |
download | bcm5719-llvm-e5ffa089cc88fc730b005d1dba9cb57857a9ba66.tar.gz bcm5719-llvm-e5ffa089cc88fc730b005d1dba9cb57857a9ba66.zip |
Revert 248366 "Testcase and fix for bug 24074"
This commit introduced regressions in several test cases on FreeBSD and Mac OS X
llvm-svn: 248421
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp')
-rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp index 9aaaa1da8fd..6d33d6cb4f5 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp +++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp @@ -28,7 +28,6 @@ #include "lldb/Symbol/LineTable.h" #include "lldb/Symbol/ObjectFile.h" #include "lldb/Symbol/SymbolVendor.h" -#include "lldb/Symbol/TypeMap.h" #include "lldb/Symbol/VariableList.h" #include "LogChannelDWARF.h" @@ -1296,7 +1295,7 @@ SymbolFileDWARFDebugMap::FindTypes const CompilerDeclContext *parent_decl_ctx, bool append, uint32_t max_matches, - TypeMap& types + TypeList& types ) { if (!append) |