================ @@ -27,6 +27,8 @@ using namespace clang; using namespace ssaf; +LLVM_INSTANTIATE_REGISTRY(llvm::Registry<MockSerializationFormat::FormatInfo>) ---------------- steakhal wrote:
Isn't the problem inside the `LLVM_INSTANTIATE_REGISTRY` macro then? So I guess one would need to fix the macro itself because AFAIK that is the preferred way, right? Otherwise why would it exist? https://github.com/llvm/llvm-project/pull/181812 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
