[PATCH] D107041: [Flang] Ported test_symbols to Python
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 15 16:02:06 PDT 2021
Meinersbur added a comment.
In D107041#2944524 <https://reviews.llvm.org/D107041#2944524>, @kiranchandramohan wrote:
> @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
A "out-of-tree build" is a build directory that is not the same as the source directory (mandatory for LLVM <https://github.com/llvm/llvm-project/blob/ca637014f148288ce59c16ee79ecce60c83af703/llvm/CMakeLists.txt#L252>) and is independent of how the source tree is organized.
I haven't understood @klausler's workflow, as long as `-f` is not used for the `git add` command, ignored files mentioned in the .gitignore <https://github.com/llvm/llvm-project/blob/ca637014f148288ce59c16ee79ecce60c83af703/.gitignore#L17> should not be added.
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