[PATCH] D95124: [lld][ELF][test] Add testing for IE/LD TLS weak undef references
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 21 04:54:10 PST 2021
grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.
LGTM with a nit, please wait for others.
================
Comment at: lld/test/ELF/tls-weak-undef.s:13
+## A weak symbol does not fetch a lazy definition.
+# RUN: ld.lld %texec.o --start-lib %tdef.o --end-lib -o - | llvm-objdump -d - | FileCheck %s --check-prefix=EXEC
+
----------------
I'd suggest to create an output in this case too. MIght be usefull for debugging.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95124/new/
https://reviews.llvm.org/D95124
More information about the llvm-commits
mailing list