[PATCH] D109192: [WIP/DNM] Support: introduce public API annotation support
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 5 11:46:10 PDT 2021
jrtc27 added a comment.
In D109192#2984249 <https://reviews.llvm.org/D109192#2984249>, @compnerd wrote:
> I should mention that this doesn't matter to the downstream projects at the end of the day - they aren't compelled to enable the shared library mode - static linking will be unimpacted.
We have significant downstream changes, and we regularly build with shared libraries for development, only static linking in our release builds. This will affect us and having to chase down a bunch of functions with LLVM_SUPPORT_ABI does not fill me with joy. Yes, static linking is great for releases, but it sucks for development, full per-component shared libraries make things much faster, please don't just dismiss it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109192/new/
https://reviews.llvm.org/D109192
More information about the llvm-commits
mailing list