[PATCH] D32867: Warn about archives with no symbol table

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 13:32:38 PDT 2017


ruiu added a comment.

It seems it is only me who wants it to be silent, but if we can make it virtually zero-overhead, do you still want to warn on it?

Currently reading public symbols for LazyObject is serialized, but it should be easy to parallelize, so there's a large room for improvement.


https://reviews.llvm.org/D32867





More information about the llvm-commits mailing list