[PATCH] D22912: [ELF] - Linkerscript: implemented ASSERT() keyword.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 11:06:05 PDT 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: ELF/LinkerScript.cpp:1051-1052
@@ -1024,2 +1050,4 @@
   }
+  if (Tok == "ASSERT")
+    return readAssert();
 
----------------
Move this above "ALIGN". 


https://reviews.llvm.org/D22912





More information about the llvm-commits mailing list