[PATCH] D19364: [ELF] - Implemented linkerscript ALIGN command
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 21 08:31:29 PDT 2016
rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: test/ELF/linkerscript-align.s:9
@@ +8,3 @@
+# RUN: *(.aaa) \
+# RUN: } \
+# RUN: . = ALIGN(4096); \
----------------
Any reason for not just checking in the script in Inputs?
http://reviews.llvm.org/D19364
More information about the llvm-commits
mailing list