[PATCH] D83549: [ELF] Do not leave undefined symbols (specified by -init and -fini) if they are defined in non-fetched archive members
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 01:27:30 PDT 2020
ikudrin added inline comments.
================
Comment at: lld/test/ELF/archive-init-fini.s:7
+
+# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t
+# RUN: rm -f %t.a
----------------
MaskRay wrote:
> `%t.o`
This and the next comment are not done because `init-fini.s` uses a different naming scheme.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83549/new/
https://reviews.llvm.org/D83549
More information about the llvm-commits
mailing list