[clang] [WinEH] Also check object unwinding for enabling CXXExceptions(/ehs*) (PR #180959)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 12 08:15:42 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
----------------
GkvJwa wrote:
okey
https://github.com/llvm/llvm-project/pull/180959
More information about the cfe-commits
mailing list