[PATCH] D31011: recommend using llvm-ar when finding undefined references and empty archives

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 16:52:09 PDT 2017


ruiu added a comment.

ErrorLimit is 20. Isn't it enough to print out both unresolved symbols and suspicious archive files, is it? If it is not enough, you can print out an error only for the first archive file that doesn't contain a symbol table.


https://reviews.llvm.org/D31011





More information about the llvm-commits mailing list