[PATCH] D30690: [ELF] - Simplify logic of creating "COMMON" section.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 15 09:38:52 PDT 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/SyntheticSections.h:162
public:
BssSection(StringRef Name);
void writeTo(uint8_t *) override {}
----------------
Add `explicit`.
https://reviews.llvm.org/D30690
More information about the llvm-commits
mailing list