[PATCH] D135340: [PGO] Make emitted symbols hidden
Alex Brachet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 5 20:32:16 PDT 2022
abrachet added a comment.
It's just not necessary for these symbols to have default visibility. and its preferable that the compiler expose as few implementation details as possible. We track the abi's of our shared objects closely with llvm-ifs and were surprised to find these symbols publicly exposed
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135340/new/
https://reviews.llvm.org/D135340
More information about the llvm-commits
mailing list