[clang] [clang][ssaf] Fix building on gcc-7 and MinGW/Cygwin (PR #181812)
Tomohiro Kashiwada via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 17 04:54:28 PST 2026
================
@@ -27,6 +27,8 @@
using namespace clang;
using namespace ssaf;
+LLVM_INSTANTIATE_REGISTRY(llvm::Registry<MockSerializationFormat::FormatInfo>)
----------------
kikairoya wrote:
I'm not sure about the previous discussion about this. Does @compnerd or someone else know?
https://github.com/llvm/llvm-project/pull/181812
More information about the cfe-commits
mailing list