================
@@ -1430,6 +1434,10 @@ bool Interpret(InterpState &S, APValue &Result) {
     }
   }
 }
+// https://github.com/llvm/llvm-project/issues/102513
+#if defined(_MSC_VER)
----------------
rnk wrote:

Please make the ifdef conditions match, or define your own macro like 
DEOPTIMIZE_SWITCH. As written, I'd expect to see some clang-cl build warnings.

https://github.com/llvm/llvm-project/pull/110986
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to