[PATCH] D95727: llvm-shlib: Create object libraries for each component and link against them
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 11:27:36 PDT 2021
Meinersbur added a comment.
In D95727#2819600 <https://reviews.llvm.org/D95727#2819600>, @beanz wrote:
> The fix for that is probably to exclude libLLVMExtensions from the dylib. It probably shouldn't be there anyways.
I think it is needed since the dylib references symbols in libLLVMExtensions for statically linked plugins, LLVMLTO depends on it. It was added to resolve build errors. @serge-sans-paille may know more.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95727/new/
https://reviews.llvm.org/D95727
More information about the llvm-commits
mailing list