[libcxx-commits] [PATCH] D117811: [libc++] Remove _VSTD
Dimitry Andric via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 21 15:43:02 PST 2022
dim added a comment.
In D117811#3262289 <https://reviews.llvm.org/D117811#3262289>, @philnik wrote:
> The build failure looks to me like a `gcc` bug. Can anybody confirm this? Or is it implementation divergence?
As far as I can see, it checked whether clang-format made any corrections, and it apparently did:
+ git-clang-format --binary /usr/bin/clang-format --diff --extensions ,h,hh,hpp,hxx,c,cc,cxx,cpp HEAD~1 -- libcxx/benchmarks libcxx/include libcxx/src libcxx/test libcxxabi/fuzz libcxxabi/include libcxxabi/src libcxxabi/test
+ tee /home/libcxx-builder/.buildkite-agent/builds/c70c66b3b3e9-1/llvm-project/libcxx-ci/build/check-format/clang-format.patch
...
+ grep -q '^--- a' /home/libcxx-builder/.buildkite-agent/builds/c70c66b3b3e9-1/llvm-project/libcxx-ci/build/check-format/clang-format.patch
🚨 Error: The command exited with status 1
E.g., the clang-format produced diff was non-empty? It seems that it wanted to indent some of the preprocessor statements...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117811/new/
https://reviews.llvm.org/D117811
More information about the libcxx-commits
mailing list