================
@@ -77,6 +77,60 @@ _start:
   adrp x1, :got_auth:zed
   add  x1, x1, :got_auth_lo12:zed
 
+#--- ok-tiny.s
+# RUN: llvm-mc -filetype=obj -triple=aarch64 ok-tiny.s -o ok-tiny.o
+
+# RUN: ld.lld ok-tiny.o a.so -pie -o external-tiny
+# RUN: llvm-readelf -r -S -x .got external-tiny | FileCheck %s 
--check-prefix=EXTERNAL-TINY
----------------
MaskRay wrote:

I might just use tiny1 tiny2 instead of local-tiny external-tiny, since we may 
test both preemptible and non-preemptible symbols.    local/external isn't 
accurate linker term anyway (local may mean the local binding)

https://github.com/llvm/llvm-project/pull/113816
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to