https://github.com/AaronBallman commented:

Precommit CI found a valid failure on Windows: 
```
FAIL: Clang :: Sema/attr-cleanup.c (15237 of 19292)
******************** TEST 'Clang :: Sema/attr-cleanup.c' FAILED 
********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\ws\src\build\build-clang-windows\bin\clang.exe -cc1 -internal-isystem 
C:\ws\src\build\build-clang-windows\lib\clang\19\include -nostdsysteminc 
-Wfree-nonheap-object -fsyntax-only -verify 
C:\ws\src\clang\test\Sema\attr-cleanup.c
# executed command: 'c:\ws\src\build\build-clang-windows\bin\clang.exe' -cc1 
-internal-isystem 'C:\ws\src\build\build-clang-windows\lib\clang\19\include' 
-nostdsysteminc -Wfree-nonheap-object -fsyntax-only -verify 
'C:\ws\src\clang\test\Sema\attr-cleanup.c'
# .---command stderr------------
# | error: 'expected-warning' diagnostics seen but not expected:
# |   File C:\ws\src\clang\test\Sema\attr-cleanup.c Line 53: incompatible 
redeclaration of library function 'malloc'
# | error: 'expected-note' diagnostics seen but not expected:
# |   File C:\ws\src\clang\test\Sema\attr-cleanup.c Line 53: 'malloc' is a 
builtin with type 'void *(unsigned long long)'
# | 2 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
```
I left a suggestion on how to correct this.

https://github.com/llvm/llvm-project/pull/80040
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to