================
@@ -42,4 +44,9 @@ class MockSerializationFormat final : public
SerializationFormat {
} // namespace clang::ssaf
+namespace llvm {
+extern template class CLANG_TEMPLATE_ABI
+ Registry<clang::ssaf::MockSerializationFormat::FormatInfo>;
----------------
kikairoya wrote:
With reverting that, I guess that the linker reports `Registry<...>::Head` is
undefined if the instantiation were absent.
https://github.com/llvm/llvm-project/pull/181812
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits