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

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 18 11:53:40 PDT 2019


dblaikie added a comment.

Generally makes sense. Hopefully some other folks chime in too, though.

(I wonder if it makes sense not to necessarily test this codepath in every tool - seems like maybe too much test coverage)


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

https://reviews.llvm.org/D69167





More information about the llvm-commits mailing list