[PATCH] D39394: Do not consider Shared symbols as defined symbols.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 13:27:47 PDT 2017


ruiu added a comment.

What do you think of this?

With this patch, we can remove isInCurrentOutput() because it is equivalent to isa<Defined>().


https://reviews.llvm.org/D39394





More information about the llvm-commits mailing list