[PATCH] D95124: [lld][ELF][test] Add testing for IE/LD TLS weak undef references
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 21 04:30:07 PST 2021
jhenderson added inline comments.
================
Comment at: lld/test/ELF/tls-weak-undef.s:13
+## A weak symbol does not fetch a lazy definition.
+# RUN: ld.lld %t.o --start-lib %tdef.o --end-lib -o - | llvm-objdump -d - | FileCheck %s
+
----------------
grimar wrote:
> Where `%t.o` comes from? Doesn't seem the test creates it currently?
`tls-le-weak-undef.s` used `%t.o` as its input file and the object was still kicking around in my test output directory.
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