[PATCH] D107041: [Flang] Ported test_symbols to Python
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 13 12:04:50 PDT 2021
awarzynski added a comment.
In D107041#2944121 <https://reviews.llvm.org/D107041#2944121>, @klausler wrote:
> I don't care whether they are created or not so long as a `git commit -a` doesn't pick them up.
It shouldn't (from `git commit --help`):
-a, --all
Tell the command to automatically stage files that have been modified and deleted, but new files you have not told Git about are not affected.
Are you seeing different behavior?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107041/new/
https://reviews.llvm.org/D107041
More information about the llvm-commits
mailing list