[PATCH] D101996: [LLD] Improve reporting unresolved symbols in shared libraries
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 7 03:52:18 PDT 2021
ikudrin added inline comments.
================
Comment at: lld/test/ELF/unresolved-in-dso.ll:14
+
+.globl _start
+_start:
----------------
MaskRay wrote:
> You can place %t.o and %ta.o in the same object file.
As the test is moved into `allow-shlib-undefined.s`, that reference should be kept in a separate object file to not tamper with the existing tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101996/new/
https://reviews.llvm.org/D101996
More information about the llvm-commits
mailing list