[PATCH] D107533: Handle encoding personalities of same names but different kinds.
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 11 23:14:04 PDT 2021
smeenai added a comment.
In D107533#2940855 <https://reviews.llvm.org/D107533#2940855>, @oontvoo wrote:
> I think the most convoluted part here is how `ld -r` changes a a private extern to local 🤔
> The rest of the things that we've observed here are by-products
I believe `-keep_private_externs` (which isn't the default) will turn that off.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107533/new/
https://reviews.llvm.org/D107533
More information about the llvm-commits
mailing list