This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 54c912f72 [Symbol] Decouple clang from CompilerType new 6a1e84024 [DWARF} Use LLVM's debug line parser in LLDB.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Core/FileSpecList.h | 8 +- include/lldb/Symbol/CompileUnit.h | 2 + source/Plugins/SymbolFile/DWARF/CMakeLists.txt | 1 - source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp | 837 --------------------- source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h | 224 ------ .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 321 ++++---- source/Symbol/CompileUnit.cpp | 4 + 7 files changed, 187 insertions(+), 1210 deletions(-) delete mode 100644 source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp delete mode 100644 source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h