[clang] clang: Fix parsing of seh exception model (PR #146643)

LLVM Continuous Integration via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 2 13:35:52 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-aarch64-quick` running on `linaro-clang-aarch64-quick` while building `clang` at step 5 "ninja check 1".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/65/builds/18970

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 5 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'Clang :: Modules/mingw-exceptions.cppm' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
/home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/clang -target x86_64-windows-gnu -x c++-module -std=gnu++23 -c -o /dev/null -Xclang -disable-llvm-passes /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/Modules/mingw-exceptions.cppm # RUN: at line 1
+ /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/clang -target x86_64-windows-gnu -x c++-module -std=gnu++23 -c -o /dev/null -Xclang -disable-llvm-passes /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/Modules/mingw-exceptions.cppm
error: unable to create target: 'No available targets are compatible with triple "x86_64-unknown-windows-gnu"'
1 error generated.

--

********************


```

</details>

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


More information about the cfe-commits mailing list