[PATCH] D144783: [ELF] Move getSectionAndRelocations to ELF.cpp from ELFDumper.cpp
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 9 00:54:33 PST 2023
jhenderson accepted this revision.
jhenderson added a comment.
Looks good, barring one nit.
================
Comment at: llvm/unittests/Object/ELFObjectFileTest.cpp:837
+
+ // Basic verification to make sure we have the correct section types
+ for (auto const &[Sec, RelaSec] : *SecToRelocMapOrErr) {
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144783/new/
https://reviews.llvm.org/D144783
More information about the llvm-commits
mailing list