[PATCH] D60744: lld: elf: Fix sections with explict addresses in regions

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 18 05:17:33 PDT 2019


grimar added inline comments.


================
Comment at: lld/trunk/test/ELF/linkerscript/out-of-order-section-in-region.s:12
+# RUN:   . = _stext;                                        \
+# RUN: }" > %t.script
+# RUN: ld.lld %t --script %t.script -o %t2
----------------
When the test has a large script, we usually make it as a *.test not as *.s.
I did that conversion in rL358659.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60744





More information about the llvm-commits mailing list