AaronBallman wrote: Precommit CI failure looks related: ``` ******************** TEST 'Clang :: Sema/inline-static-var.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\22\include -nostdsysteminc -std=c11 -pedantic-errors -verify C:\_work\llvm-project\llvm-project\clang\test\Sema\inline-static-var.c # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\22\include' -nostdsysteminc -std=c11 -pedantic-errors -verify 'C:\_work\llvm-project\llvm-project\clang\test\Sema\inline-static-var.c' # .---command stderr------------ # | error: 'expected-error' diagnostics expected but not seen: # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\inline-static-var.c Line 4: non-constant static local variable in inline function may be different in different files # | error: 'expected-note' diagnostics expected but not seen: # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\inline-static-var.c Line 3: use 'static' to give inline function 'f' internal linkage # | 2 errors generated. # `----------------------------- # error: command failed with exit status: 1 -- ```
https://github.com/llvm/llvm-project/pull/166332 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
