[PATCH] D137398: lib/CodeGen: Compile with -fvisibility=hidden when possible
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 13:16:02 PST 2022
compnerd added a comment.
I do like the idea in concept less in practice. The problem is that this is specific to the ELFish targets. I would prefer to handle this like my previously suggested approach of annotations (see D109192 <https://reviews.llvm.org/D109192>).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137398/new/
https://reviews.llvm.org/D137398
More information about the llvm-commits
mailing list