[PATCH] D150554: [DWARFLinker][DWARFv5] Add support for .debug_line_str table.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 03:19:28 PDT 2023
avl created this revision.
avl added reviewers: JDevlieghere, aprantl, dblaikie, clayborg.
Herald added subscribers: hiraditya, emaste.
Herald added a project: All.
avl requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.
This patch adds support for DWARFv5 .debug_line_str table.
It replaces code generating line table. Instead of copying original
table and patching certain places this patch implements full line table
generation.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D150554
Files:
llvm/include/llvm/DWARFLinker/DWARFLinker.h
llvm/include/llvm/DWARFLinker/DWARFStreamer.h
llvm/lib/DWARFLinker/DWARFLinker.cpp
llvm/lib/DWARFLinker/DWARFStreamer.cpp
llvm/test/tools/dsymutil/Inputs/dwarf5-linetable.o
llvm/test/tools/dsymutil/Inputs/dwarf5.o
llvm/test/tools/dsymutil/X86/dwarf5-linetable.test
llvm/test/tools/llvm-dwarfutil/ELF/X86/dwarf5-line-str.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150554.522106.patch
Type: text/x-patch
Size: 53388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230515/20d2d9bc/attachment.bin>
More information about the llvm-commits
mailing list