[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:16:20 PST 2021


grimar 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
+
----------------
Where `%t.o` comes from? Doesn't seem the test creates it currently?


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