[flang-commits] [clang] [flang] [flang][driver] Honour the toolchain default DWARF version (PR #217610)
via flang-commits
flang-commits at lists.llvm.org
Fri Aug 21 12:08:00 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 60863 tests passed
* 1788 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.Modules/GH204633.cppm</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
rm -rf C:\_work\llvm-project\llvm-project\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp
# executed command: rm -rf 'C:\_work\llvm-project\llvm-project\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp'
# note: command had no output on stdout or stderr
# RUN: at line 2
split-file C:\_work\llvm-project\llvm-project\clang\test\Modules\GH204633.cppm C:\_work\llvm-project\llvm-project\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp
# executed command: split-file 'C:\_work\llvm-project\llvm-project\clang\test\Modules\GH204633.cppm' 'C:\_work\llvm-project\llvm-project\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp'
# note: command had no output on stdout or stderr
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -std=c++26 -triple x86_64-pc-win32 -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=C:\_work\llvm-project\llvm-project\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp -fmodule-map-file=C:\_work\llvm-project\llvm-project\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm -verify C:\_work\llvm-project\llvm-project\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -std=c++26 -triple x86_64-pc-win32 -fsyntax-only -fmodules -fimplicit-module-maps '-fmodules-cache-path=C:\_work\llvm-project\llvm-project\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp' '-fmodule-map-file=C:\_work\llvm-project\llvm-project\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm' -verify 'C:\_work\llvm-project\llvm-project\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm'
# .---command stderr------------
# | error: 'expected-error' diagnostics expected but not seen:
# | File C:\_work\llvm-project\llvm-project\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm Line 4 (directive at C:\_work\llvm-project\llvm-project\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm:1): unexpected preprocessing token '{' after module name
# | error: 'expected-error' diagnostics seen but not expected:
# | File C:\_work\llvm-project\llvm-project\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm Line 4: unexpected '{' after module name, only ';' and '[' (start of attribute specifier sequence) are allowed
# | 2 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/217610
More information about the flang-commits
mailing list