This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from f85b3a6ba [LLDB] Fix FreeBSD build new 1362c4157 DWARF: Share line tables of type units
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: lit/SymbolFile/DWARF/debug-types-line-tables.s | 185 +++++++++++++++++++++ lit/SymbolFile/DWARF/forward-declarations.s | 111 +++++++++++++ .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 80 ++++----- .../Plugins/SymbolFile/DWARF/DWARFASTParserClang.h | 9 +- source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp | 7 - source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h | 2 - source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 2 + source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h | 4 +- source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 105 +++++++++--- source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 12 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 61 +++++-- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 7 + 12 files changed, 480 insertions(+), 105 deletions(-) create mode 100644 lit/SymbolFile/DWARF/debug-types-line-tables.s create mode 100644 lit/SymbolFile/DWARF/forward-declarations.s