[PATCH] D46839: [lld] Make ALIGN work with -r in linker scripts

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 15 02:13:28 PDT 2018


grimar requested changes to this revision.
grimar added inline comments.
This revision now requires changes to proceed.


================
Comment at: test/ELF/linkerscript/align.s:51
+# RUN:  .ccc : ALIGN(4096 * 4) { *(.ccc) } \
+# RUN: }" > %t6.script
+# RUN: ld.lld -r -o %t2 --script %t2.script %t
----------------
This script has no differences from the script right above on lines 35-41.
Hence you do not need it. And actually, you do not use it.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46839





More information about the llvm-commits mailing list