[PATCH] D43071: [ELF] - Support COPY, INFO, OVERLAY output sections attributes.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 21:11:52 PST 2018


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: ELF/ScriptParser.cpp:626
+// and/or directive. This grammar is not LL(1) because "(" can be
+// interpreted as either the beginning of some expression or begining
+// of directive.
----------------
beginning


https://reviews.llvm.org/D43071





More information about the llvm-commits mailing list