[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:59:18 PDT 2017


ruiu added a comment.

One thing I'd like to note is that this doesn't change the semantics of linking as long as your archive file are sane (i.e. there's no duplicate public symbols in one archive). You probably could create an archive that demonstrates the difference, but unless you don't intentionally break, I think it won't break.


https://reviews.llvm.org/D32721





More information about the llvm-commits mailing list