Skip to content

Commit 29b8df6

Browse files
committed
Revert "[DWARF] Extract indexing code into a separate class hierarchy"
This reverts commit r332719 due to breaking this green dragon build: http://green.lab.llvm.org/green/job/lldb-xcode/6644 llvm-svn: 332730
1 parent 8d34dff commit 29b8df6

12 files changed

+702
-911
lines changed

lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp

Lines changed: 0 additions & 306 deletions
This file was deleted.

lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h

Lines changed: 0 additions & 74 deletions
This file was deleted.

lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
add_lldb_library(lldbPluginSymbolFileDWARF PLUGIN
2-
AppleDWARFIndex.cpp
32
DIERef.cpp
43
DWARFAbbreviationDeclaration.cpp
54
DWARFASTParserClang.cpp
@@ -24,11 +23,9 @@ add_lldb_library(lldbPluginSymbolFileDWARF PLUGIN
2423
DWARFDIE.cpp
2524
DWARFDIECollection.cpp
2625
DWARFFormValue.cpp
27-
DWARFIndex.cpp
2826
DWARFUnit.cpp
2927
HashedNameToDIE.cpp
3028
LogChannelDWARF.cpp
31-
ManualDWARFIndex.cpp
3229
NameToDIE.cpp
3330
SymbolFileDWARF.cpp
3431
SymbolFileDWARFDwo.cpp

0 commit comments

Comments
 (0)