We should link static plugins into libLLVM.so; they shouldn't depend on libLLVM.so.
I'm not completely sure my CMake manipulation is right, but it seems to work.
Differential D78332
Fix interaction of static plugins with -DLLVM_LINK_LLVM_DYLIB=ON. efriedma on Apr 16 2020, 2:36 PM. Authored by
Details We should link static plugins into libLLVM.so; they shouldn't depend on libLLVM.so. I'm not completely sure my CMake manipulation is right, but it seems to work.
Diff Detail
Event Timeline
|
Conceptually, do we want Extensions to be considered as component?