[PATCH] D65393: [llvm/Object] - Remove ELFFile<ELFT>::getSection(const StringRef SectionName). NFC.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 04:14:37 PDT 2019
grimar added a comment.
In D65393#1613714 <https://reviews.llvm.org/D65393#1613714>, @MaskRay wrote:
> The declaration :274 ` Expected<const Elf_Shdr *> getSection(const StringRef SectionName) const;` should be deleted as well.
Thanks! I did not notice it. Going to commit soon.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65393/new/
https://reviews.llvm.org/D65393
More information about the llvm-commits
mailing list