[PATCH] D137398: lib/CodeGen: Compile with -fvisibility=hidden when possible

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 16:01:13 PST 2022


tstellar added a comment.

In D137398#3925885 <https://reviews.llvm.org/D137398#3925885>, @compnerd wrote:

> 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>).

I've updated my patch with some annotations now.  Is this more what you had in mind?


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