[PATCH] D30193: [ELF] - Scan lazy linkerscipt symbols early.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 10:24:51 PST 2017


ruiu added a comment.

As to this patch, pulling out an object file is not a right thing to do here. A rule of thumb is that you should fetch an object file from an archive only when otherwise the link would fail because of an undefined symbol. This is not the case.


https://reviews.llvm.org/D30193





More information about the llvm-commits mailing list