[PATCH] D64130: [LLD][ELF] - Linkerscript: add a support for expressions for section's filling

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 09:11:06 PDT 2019


arichardson added inline comments.


================
Comment at: ELF/ScriptLexer.cpp:195
+    // Get the operator as a token.
+    // Keep !=, ==, >=, <=, << and >> operators as a single tokens.
+    if (S.substr(E).startswith("!=") || S.substr(E).startswith("==") ||
----------------
This seems unrelated, maybe split it out into a separate patch?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64130/new/

https://reviews.llvm.org/D64130





More information about the llvm-commits mailing list