This is a preparation for an upcoming patch which adds support for DWARFv5 unit index sections. The patch adds tag "_EXT_" to identifiers which reference sections that are deprecated in the DWARFv5 standard.
See D75929 for the discussion.
Paths
| Differential D77141
[DebugInfo] Rename section identifiers which are deprecated in DWARFv5. NFC. ClosedPublic Authored by ikudrin on Mar 31 2020, 7:01 AM.
Details Summary This is a preparation for an upcoming patch which adds support for DWARFv5 unit index sections. The patch adds tag "_EXT_" to identifiers which reference sections that are deprecated in the DWARFv5 standard. See D75929 for the discussion.
Diff Detail
Event Timelineikudrin added a parent revision: D76067: [llvm-dwp] Refactor handling of section identifiers. NFCI..Mar 31 2020, 7:05 AM ikudrin added a child revision: D75929: [DebugInfo] Support DWARFv5 index sections..Mar 31 2020, 7:15 AM This revision is now accepted and ready to land.Apr 5 2020, 4:40 PM Closed by commit rGa0249fe91c7b: [DebugInfo] Rename section identifiers which are deprecated in DWARFv5. NFC. (authored by ikudrin). · Explain WhyApr 6 2020, 12:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 255232 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
llvm/tools/llvm-dwp/llvm-dwp.cpp
|