[PATCH] D142352: [CodeGen] Filter out available_externally aliases
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 17:07:16 PST 2023
lhames accepted this revision.
lhames added a comment.
This revision is now accepted and ready to land.
This looks right to me -- the verifier already requires `available_externally` aliases to point to other `available_externally` symbols, so if we're skipping an alias here then we know that we'll also skip all the things that it points to.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142352/new/
https://reviews.llvm.org/D142352
More information about the llvm-commits
mailing list