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

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 09:50:42 PDT 2016


grimar added inline comments.

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


https://reviews.llvm.org/D19663





More information about the llvm-commits mailing list