[PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 02:24:38 PDT 2015


joerg added a subscriber: joerg.
joerg added a comment.

I'm missing test cases for undefined symbols in shared libraries linked against. That's the area where old lld was seriously misbehaving. In short: we should not complain about undefined symbols in shared libraries used as dependencies.


http://reviews.llvm.org/D12226





More information about the llvm-commits mailing list