[PATCH] D144783: [ELF] Move getSectionAndRelocations to ELF.cpp from ELFDumper.cpp
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 3 16:38:07 PST 2023
aidengrossman updated this revision to Diff 502311.
aidengrossman added a comment.
Continue after getting an error so we aren't trying to get a value from the
`Expected<...>` object and refactor some of the test code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144783/new/
https://reviews.llvm.org/D144783
Files:
llvm/include/llvm/Object/ELF.h
llvm/lib/Object/ELF.cpp
llvm/tools/llvm-readobj/ELFDumper.cpp
llvm/unittests/Object/ELFObjectFileTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144783.502311.patch
Type: text/x-patch
Size: 10162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230304/9f36fe91/attachment.bin>
More information about the llvm-commits
mailing list