[PATCH] D24135: [ELF] Linkerscript: support ABSOLUTE keyword in symbol assignment expression

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 08:48:11 PDT 2016


grimar added inline comments.

================
Comment at: ELF/LinkerScript.cpp:1163
@@ +1162,3 @@
+    E = readExpr();
+    expect(")");
+    ForceAbs = true;
----------------
readParenExpr ?


Repository:
  rL LLVM

https://reviews.llvm.org/D24135





More information about the llvm-commits mailing list