[PATCH] D107041: [Flang] Ported test_symbols to Python
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 13 14:07:01 PDT 2021
kiranchandramohan added a comment.
In D107041#2944353 <https://reviews.llvm.org/D107041#2944353>, @Meinersbur wrote:
> Do you have a sparse git checkout that is missing the top-level `.gitignore` (sibling of the llvm, flang, clang etc directories)? Normally, git outright refuses to add files that match `.gitignore`, unless you pass `-f`.
@klausler mentions above that he uses an out of tree build which does not have the top level gitignore file. I have created a patch to add pycache and pyc to gitgnore in flang directory.
https://reviews.llvm.org/D108057
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