https://github.com/kikairoya commented:
@steakhal Hi, this change doesn't work in MinGW/Cygwin with `-DCLANG_LINK_CLANG_DYLIB=ON` due to wrong instantiations of `llvm::Registry<...>`. Those hosts require proper declarations of the template instantiations to share data symbols across DLL boundaries. Could you take a look? https://github.com/llvm/llvm-project/pull/173290 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
