forked from OSchip/llvm-project
Disable formatting checks to silent buildbots
Sorry for the noice. llvm-svn: 195446
This commit is contained in:
parent
5bf5e31c5a
commit
e264111bda
|
@ -2,7 +2,8 @@
|
|||
|
||||
if ! which clang-format; then
|
||||
echo "Error: cannot find clang-format in your path"
|
||||
exit 1
|
||||
# Do not fail. This is a temporary fix to silence buildbots.
|
||||
exit 0
|
||||
fi
|
||||
|
||||
OK=0
|
||||
|
|
Loading…
Reference in New Issue