[PATCH] D144565: dwp check overflow
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 28 06:17:45 PDT 2023
ayermolo added a comment.
In D144565#4377842 <https://reviews.llvm.org/D144565#4377842>, @zhuna8616 wrote:
> This is weird. I am unable to reproduce clang-format error locally.
>
> These are the steps to reproduce according to https://buildkite.com/llvm-project/premerge-checks/builds/154962#01885cac-1fac-4352-af57-3fc9634f6010.
>
> rm -rf build
> mkdir build
> cd build
> export CC="clang"
> export CXX="clang++"
> export LD="LLD"
> cmake ../llvm -D LLVM_ENABLE_PROJECTS="libc;flang;polly;lld;llvm;clang;bolt;mlir;compiler-rt;clang-tools-extra" -G Ninja -D CMAKE_BUILD_TYPE=Release -D LLVM_ENABLE_ASSERTIONS=ON -D LLVM_BUILD_EXAMPLES=ON -D COMPILER_RT_BUILD_LIBFUZZER=OFF -D LLVM_LIT_ARGS="-v --xunit-xml-output test-results.xml" -D LLVM_ENABLE_LLD=ON -D CMAKE_CXX_FLAGS=-gmlt -DBOLT_CLANG_EXE=/usr/bin/clang
> # ^note that compiler cache arguments are omitted
> ln -s $PWD/compile_commands.json ../compile_commands.json
> ninja check-all check-clang-tools check-polly check-clang check-llvm check-flang check-mlir check-lld check-libc check-bolt
> cd ..
> git-clang-format HEAD~1
>
> I executed them and got.
>
> no modified files to format
>
> Is there anything more to it before executing git-clang-format?
try git-clang-format --commit HEAD~
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144565/new/
https://reviews.llvm.org/D144565
More information about the llvm-commits
mailing list