[llvm-branch-commits] [clang] release/21.x: [clang] Fix catching pointers by reference on mingw targets (#162546) (PR #163714)

Cullen Rhodes via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Oct 17 00:38:55 PDT 2025


c-rhodes wrote:

this doesn't build:
```  /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/TargetInfo.cpp:78:37: error: no member named 'hasSEHExceptions' in 'clang::CodeGenOptions'
     78 |   if (getABIInfo().getCodeGenOpts().hasSEHExceptions())
        |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
  1 error generated.
```

please take a look

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


More information about the llvm-branch-commits mailing list