peterbr-iar wrote: The log is terribly long as when the diff fails like this, it prints the whole file it diffs against. Here is a section on the start of these failures from yesterday:
FAILED: llvm/tools/clang/lib/Format/check_format_depend_1 D:/j/workspace/Public_LLVM/build/llvm/tools/clang/lib/Format/check_format_depend_1 11:52:58 C:\WINDOWS\system32\cmd.exe /C "cd /D D:\j\workspace\Public_LLVM\build\llvm\tools\clang\lib\Format && D:\j\workspace\Public_LLVM\build\llvm\bin\clang-format.exe D:/j/workspace/Public_LLVM/clang/lib/Format/AffectedRangeManager.cpp | diff -u D:/j/workspace/Public_LLVM/clang/lib/Format/AffectedRangeManager.cpp - && touch check_format_depend_1" 11:52:58 --- D:/j/workspace/Public_LLVM/clang/lib/Format/AffectedRangeManager.cpp 2026-06-15 14:40:35.597721400 +0200 11:52:58 +++ - 2026-06-22 11:53:00.821026300 +0200 11:52:58 @@ -1,156 +1,156 @@ 11:52:58 -//===--- AffectedRangeManager.cpp - Format C++ code -----------------------===// 11:52:58 -// 11:52:58 -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 11:52:58 -// See https://llvm.org/LICENSE.txt for license information. 11:52:58 -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 11:52:58 -// 11:52:58 -//===------------------------------------------------------------ ... I did not really analyse this, just reverted the commits and went on with my own thing. My guess it is either a path issue or a line ending issue (or something else). https://github.com/llvm/llvm-project/pull/205225 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
