[clang] [clang] fix lambda dependency issue with late parse attributes (PR #161765)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 2 22:27:13 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-win-x-armv7l` running on `as-builder-1` while building `clang` at step 10 "test-check-clang".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/38/builds/5688
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 10 (test-check-clang) failure: Test just built components: check-clang completed (failure)
******************** TEST 'Clang :: SemaTemplate/GH161657.cpp' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\buildbot\as-builder-1\x-armv7l\build\bin\clang.exe -cc1 -internal-isystem C:\buildbot\as-builder-1\x-armv7l\build\lib\clang\22\include -nostdsysteminc -fsyntax-only -std=c++20 -ffp-exception-behavior=strict -verify C:\buildbot\as-builder-1\x-armv7l\llvm-project\clang\test\SemaTemplate\GH161657.cpp
# executed command: 'c:\buildbot\as-builder-1\x-armv7l\build\bin\clang.exe' -cc1 -internal-isystem 'C:\buildbot\as-builder-1\x-armv7l\build\lib\clang\22\include' -nostdsysteminc -fsyntax-only -std=c++20 -ffp-exception-behavior=strict -verify 'C:\buildbot\as-builder-1\x-armv7l\llvm-project\clang\test\SemaTemplate\GH161657.cpp'
# .---command stderr------------
# | error: 'expected-warning' diagnostics seen but not expected:
# | (frontend): overriding currently unsupported use of floating point exceptions on this target
# | 1 error generated.
# `-----------------------------
# error: command failed with exit status: 1
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/161765
More information about the cfe-commits
mailing list