[PATCH] D22813: [ELF] Linkerscript: implement DATA_SEGMENT_RELRO_END.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 10:35:57 PDT 2016


ruiu added inline comments.

================
Comment at: ELF/LinkerScript.cpp:829
@@ +828,3 @@
+    expect(",");
+    next();
+    expect(")");
----------------
This should be `readExpr()`.


https://reviews.llvm.org/D22813





More information about the llvm-commits mailing list