[PATCH] D32721: Accept archive files with no symbol table instad of warning on them.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 16:55:59 PDT 2017


ruiu added a comment.

Both are valid concerns. Particularly I'm a bit worried about the semantics change this patch implies. If you inadvertently use this feature, you can't switch back to other linkers as your archive files are not valid for them. However, this patch would undeniably be convenient and potentially saves a lot of time to debug & reconfigure & rebuild. So I'd like to hear more opinions.


https://reviews.llvm.org/D32721





More information about the llvm-commits mailing list