[PATCH] D21828: Make SymbolTable::findAll to return only defined symbols.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 20:37:43 PDT 2016


ruiu added a comment.

I think that the previous version has a hidden bug that if a returned vector contains two symbols {A, B} where A is undefined and B is undefined, it would report an warning that "version script assignment of foo to B failed: symbol not defined".


http://reviews.llvm.org/D21828





More information about the llvm-commits mailing list