[PATCH] D19663: [ELF] - Basic support of linkerscript commands: DATA_SEGMENT_ALIGN, DATA_SEGMENT_END, CONSTANT

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 09:52:02 PDT 2016


evgeny777 added inline comments.

================
Comment at: ELF/LinkerScript.cpp:158
@@ +157,3 @@
+  if (Tok == "DATA_SEGMENT_END") {
+    expect("(");
+    expect(".");
----------------
grimar wrote:
> evgeny777 wrote:
> > Looks like you can write 
> > 
> > ```
> > expect("(.)")
> > ```
> This is 3 different tokens, this will not work.
Yeah, you're right, sorry.


https://reviews.llvm.org/D19663





More information about the llvm-commits mailing list