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

Shridhar Joshi via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 02:35:10 PDT 2015


joshishr added a comment.

In http://reviews.llvm.org/D12226#238096, @joerg wrote:

> 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.


Test case i have added also tests the behavior of undefined symbols in shared libraries linked against.  Default behavior is not complain about  undefined symbols in shared libraries used as dependencies. --unresolved-symbols option is not changing this default behavior.

I might not have completely understood your query. Please elaborate more, if this does not answer your query.


http://reviews.llvm.org/D12226





More information about the llvm-commits mailing list