[PATCH] D107041: [Flang] Ported test_symbols to Python
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 13 12:09:07 PDT 2021
klausler added a comment.
In D107041#2944298 <https://reviews.llvm.org/D107041#2944298>, @awarzynski wrote:
> 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?
Yes, I was, while doing out-of-tree development, since I typically run "git add flang" before reformatting before committing. I'll modify my process accordingly to work around this change.
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