[PATCH] D34195: [ELF] Mark symbols referenced from linker script as live
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 14 17:14:04 PDT 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/ELF/linkerscript/data-commands-gc.s:3-9
+# RUN: echo "SECTIONS \
+# RUN: { \
+# RUN: .text : { \
+# RUN: *(.text*) \
+# RUN: QUAD(bar) \
+# RUN: } \
+# RUN: }" > %t.script
----------------
Can you write this in one line?
Repository:
rL LLVM
https://reviews.llvm.org/D34195
More information about the llvm-commits
mailing list