[PATCH] D65393: [llvm/Object] - Remove ELFFile<ELFT>::getSection(const StringRef SectionName). NFC.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 3 18:41:37 PDT 2019
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
The declaration :274 ` Expected<const Elf_Shdr *> getSection(const StringRef SectionName) const;` should be deleted as well.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65393/new/
https://reviews.llvm.org/D65393
More information about the llvm-commits
mailing list