[PATCH] D36957: [ELF] - Make IR symbols be visible when doing relocatable link.
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 07:09:50 PDT 2017
davide added a comment.
This is fine, but maybe too conservative.
You just need to keep externals, not everything in a relocatable (unless being in a relocatable implies being external, in which case, that needs a comment :)
I proposed an alternative https://reviews.llvm.org/D36959 (feel free to take a look and review/reply)
https://reviews.llvm.org/D36957
More information about the llvm-commits
mailing list