llvm-capstone/utils/arcanist
Nick Desaulniers b3dd9041e6 [arcanist] rm -f for write protected temp files
When running `arc diff` on a newly added file,
utils/arcanist/clang-format.sh is run. For new files there is no change,
but the script will bail. Without the use of the -f flag, we get
interactive prompts like:
rm: remove write-protected regular file '/tmp/tmp.ReMybrBw35'?

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D148555
2023-04-17 13:19:02 -07:00
..
clang-format.sh [arcanist] rm -f for write protected temp files 2023-04-17 13:19:02 -07:00