[PATCH] D91533: [lib/Object] - Generalize the RelocationResolver API.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 16 05:18:40 PST 2020
grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added subscribers: s.egerton, rupprecht, simoncook, fedor.sergeev, hiraditya.
Herald added a project: LLVM.
grimar requested review of this revision.
Herald added a subscriber: aheejin.
This allows to reuse the RelocationResolver from the code
that doesn't want to deal with `RelocationRef` class.
I am going to use it in llvm-readobj. See the description
of D91530 <https://reviews.llvm.org/D91530> for more details.
https://reviews.llvm.org/D91533
Files:
llvm/include/llvm/Object/ELFObjectFile.h
llvm/include/llvm/Object/RelocationResolver.h
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
llvm/lib/Object/RelocationResolver.cpp
llvm/lib/XRay/InstrumentationMap.cpp
llvm/test/Object/invalid.test
llvm/tools/llvm-readobj/ELFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91533.305481.patch
Type: text/x-patch
Size: 24347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201116/530534bb/attachment-0001.bin>
More information about the llvm-commits
mailing list