[all-commits] [llvm/llvm-project] f09cca: [lldb] Remove lldb's DWARFAbbreviationDeclarationS...
Alex via All-commits
all-commits at lists.llvm.org
Mon Jun 12 14:54:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f09cca4c6f67c2ab135c391ea8090130c5327c02
https://github.com/llvm/llvm-project/commit/f09cca4c6f67c2ab135c391ea8090130c5327c02
Author: Alex Langford <alangford at apple.com>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
M lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
Log Message:
-----------
[lldb] Remove lldb's DWARFAbbreviationDeclarationSet in favor of llvm's
lldb's and llvm's implementations of DWARFAbbreviationDeclarationSet are
now close enough (almost the same, actually) to replace lldb's with
llvm's wholesale. llvm's is also tested against the same kinds of
scenarios that lldb's is tested against so we can remove lldb's tests
here. (see: llvm/unittests/DebugInfo/DWARF/DWARFDebugAbbrevTest.cpp).
Differential Revision: https://reviews.llvm.org/D152476
More information about the All-commits
mailing list