[PATCH] D61909: Add Clang shared library with C++ exports
Tom Stellard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 1 16:13:44 PDT 2019
tstellar added a comment.
In D61909#1563678 <https://reviews.llvm.org/D61909#1563678>, @sylvestre.ledru wrote:
> For now, it isn't part of the debian packaging.
> https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/blob/snapshot/debian/rules#L563
> it is removed as packaging phase as I have been told it isn't ready.
>
> Anyway, the lib should not keep this name.
> By definition, on linux, .so means shared. It should have a more explicit name.
>
> @beanz Can you please rename it? thanks
I've filed a bug for this and marked it as a blocker for 9.0.0, because once we ship a release with this name, it will be harder to change: https://bugs.llvm.org/show_bug.cgi?id=42475
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61909/new/
https://reviews.llvm.org/D61909
More information about the cfe-commits
mailing list