[PATCH] D61909: Add Clang shared library with C++ exports
Kim Gräsman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 30 07:45:32 PDT 2019
kimgr added a comment.
@sylvestre.ledru @beanz After this change, the Debian packaging on apt.llvm.org is basically broken. See https://bugs.llvm.org/show_bug.cgi?id=42432. I'm sure this can be fixed in packaging, but I don't know enough about it to know exactly what to do. At any rate I think the idea that `libclang_shared.so.*` can stay out of the published package is wrong. At least unless there's also a way to build the Clang tree withouth the `clang_shared` target.
Would be grateful for any ideas on how to fix this.
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