[clang] [clang][ssaf] Fix building on gcc-7 and MinGW/Cygwin (PR #181812)

Balázs Benics via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 17 05:11:17 PST 2026


================
@@ -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>;
----------------
steakhal wrote:

I don't think so in this case. I didn't use the REGISTER macro at all, or any of this so it completely went under the radar.

https://github.com/llvm/llvm-project/pull/181812


More information about the cfe-commits mailing list