[clang] [WinEH] Also check object unwinding for enabling CXXExceptions(/ehs*) (PR #180959)

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 12 05:42:33 PST 2026


================
@@ -12,6 +12,8 @@
 // RUN:         -fms-extensions -x c++ -emit-llvm-only -verify %s -DERR3
 // RUN: %clang_cc1 -triple x86_64-windows -fcxx-exceptions -fexceptions \
 // RUN:         -fms-extensions -x c++ -emit-llvm-only -verify %s -DERR4
+// RUN: %clang_cc1 -triple x86_64-windows \
+// RUN:         -fms-extensions -x c++ -emit-llvm-only -verify %s -DERR5
----------------
zmodem wrote:

Since we're not expecting an error, how about `-DNOERR`?

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


More information about the cfe-commits mailing list