[PATCH] D63002: [yaml2obj] - Remove helper methods that are probably excessive. NFC.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 7 03:16:03 PDT 2019
grimar marked an inline comment as done.
grimar added inline comments.
================
Comment at: tools/yaml2obj/yaml2elf.cpp:192
- unsigned getDotDynStrSecNo() const { return SN2I.get(".dynstr"); }
- unsigned getSectionCount() const { return SN2I.size() + 1; }
-
----------------
Perhaps we can keep the `getSectionCount()` though.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63002/new/
https://reviews.llvm.org/D63002
More information about the llvm-commits
mailing list