================
@@ -2324,38 +2267,115 @@ bool FinishInitGlobal(InterpState &S, CodePtr OpPC) {
return true;
}
-// https://github.com/llvm/llvm-project/issues/102513
-#if defined(_MSC_VER) && !defined(__clang__) && !defined(NDEBUG)
-#pragma optimize("", off)
-#endif
+PRESERVE_NONE static bool InterpNext(InterpState &S, CodePtr &PC);
----------------
ojhunt wrote:
@tbaederr you've done this so I'm resolving it :D
https://github.com/llvm/llvm-project/pull/173756
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits