[PATCH] D76085: [DWARFLinker][dsymutil][NFC] add section index into address range.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 30 15:17:22 PDT 2020
avl updated this revision to Diff 253714.
avl added a comment.
Herald added a subscriber: mgorny.
addressed comments: added unit test for compile unit addresses ranges.
(I put the unit test into the unittests/DebugInfo/DWARF/ instead of
separate unittests/DWARFLinker, since unittests/DebugInfo/DWARF
already has an implementation of DwarfGenerator for unit tests).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76085/new/
https://reviews.llvm.org/D76085
Files:
llvm/include/llvm/DWARFLinker/DWARFLinker.h
llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
llvm/include/llvm/Object/ObjectFile.h
llvm/lib/DWARFLinker/DWARFLinker.cpp
llvm/lib/DWARFLinker/DWARFLinkerCompileUnit.cpp
llvm/tools/dsymutil/DwarfLinkerForBinary.h
llvm/tools/dsymutil/DwarfStreamer.cpp
llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
llvm/unittests/DebugInfo/DWARF/DWARFLinkerCompileUnit.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76085.253714.patch
Type: text/x-patch
Size: 27259 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200330/b319bfe8/attachment-0001.bin>
More information about the llvm-commits
mailing list