[PATCH] D101996: [LLD] Improve reporting of unresolved symbols in shared libraries

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 6 09:29:40 PDT 2021


MaskRay added inline comments.


================
Comment at: lld/test/ELF/unresolved-in-dso.ll:15
+.globl _start
+_start:
----------------
Perhaps `cp %tb.so` and add another test that we can now report more than one .so for one undefined symbol.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101996/new/

https://reviews.llvm.org/D101996



More information about the llvm-commits mailing list