[PATCH] D108125: ignore
Arnab Dutta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 16 05:18:50 PDT 2021
arnab-oss created this revision.
arnab-oss requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D108125
Files:
utils/arcanist/clang-format.sh
Index: utils/arcanist/clang-format.sh
===================================================================
--- utils/arcanist/clang-format.sh
+++ utils/arcanist/clang-format.sh
@@ -51,7 +51,7 @@
# We do not look for clang-format-diff or clang-format-diff.py in the PATH
# because whether/how these are installed differs between distributions,
# and we have an executable copy in the tree anyway.
-arc_base_commit=$(arc which --show-base)
+arc_base_commit=$(/opt/arcanist/bin/arc which --show-base)
git diff-index -U0 "${arc_base_commit}" "${src_file}" \
| clang/tools/clang-format/clang-format-diff.py -style file -i -p1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108125.366600.patch
Type: text/x-patch
Size: 629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210816/3dc2f49c/attachment.bin>
More information about the llvm-commits
mailing list