[PATCH] D107533: Handle encoding personalities of same names but different kinds.
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 14:57:00 PDT 2021
oontvoo added a comment.
In D107533#2953744 <https://reviews.llvm.org/D107533#2953744>, @int3 wrote:
> (Worth checking: what happens if we have local defined + global defined? Presumably the same sort of replacement happens?)
I think if you have both local and global, then the local would take precedence (as expected).
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