[PATCH] D69167: [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<section_iterator>.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 09:54:06 PDT 2019


jhenderson added inline comments.


================
Comment at: llvm/test/tools/llvm-readobj/stack-sizes.test:646
+## Check we report an error when dumping stack sizes if the relocated section
+## identified by the sh_info field is invalid. Here sh_info value is larger than
+## the number of sections.
----------------
Nit: "Here the sh_info..."


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69167/new/

https://reviews.llvm.org/D69167





More information about the llvm-commits mailing list