[PATCH] D83871: [llvm-readobj/readelf] - Refactor how the code dumps relocations.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 02:26:07 PDT 2020
grimar added inline comments.
================
Comment at: llvm/lib/Object/ELF.cpp:313-315
+ Elf_Rel Rela;
Rela.r_info = 0;
Rela.setType(getRelativeRelocationType(), false);
----------------
jhenderson wrote:
> Probably best not to call an `Elf_Rel` object `Rela`...!
Right, fixed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83871/new/
https://reviews.llvm.org/D83871
More information about the llvm-commits
mailing list