[PATCH] D113610: [cmake] Add option LLVM_ENABLE_VISIBILITY_MACROS

Ben Langmuir via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 10 14:16:46 PST 2021


benlangmuir added a comment.

> but maybe linking more than one copy of LLVM is rare enough that the issue hasn't come up before?

It also improves dead code stripping; with this change I was able to save several MB in a library that didn't need all these previously exported symbols.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113610/new/

https://reviews.llvm.org/D113610



More information about the llvm-commits mailing list