[PATCH] D18773: [lld] Implement --dynamic-list-data
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 4 16:12:31 PDT 2016
rafael added a comment.
What is using this feature?
================
Comment at: test/ELF/dynamic-list-data.s:3
@@ +2,3 @@
+
+## This object is build in linked against to force dynamic loading without
+## the use of full paths in linking command.
----------------
not sure I can parse "is build in liked"
================
Comment at: test/ELF/dynamic-list-data.s:6
@@ +5,3 @@
+# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/shared.s -o %t2.o
+# RUN: ld.lld -shared %t2.o -soname shared -o %t2.so
+
----------------
Why do you need the soname?
Repository:
rL LLVM
http://reviews.llvm.org/D18773
More information about the llvm-commits
mailing list