[clang] [llvm] [ARM] Add support for Windows SEH (PR #184953)

Trung Nguyen via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 6 04:57:42 PST 2026


================

----------------
trungnt2910 wrote:

On a related note, this commit only implements `__try`/`__except` and expects the `/EHs-` flag to be passed for C++ code. My use case was using MSVC-mode `clang` to build Windows kernel drivers.

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


More information about the cfe-commits mailing list