[PATCH] D36026: [lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs
Brian Gesiak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 09:05:40 PDT 2017
modocache added a comment.
@rnk After this patch, the `check-lit` target leaves untracked files in the source tree:
utils/lit/tests/Inputs/max-failures/Output/
utils/lit/tests/Inputs/shtest-format/external_shell/Output/
utils/lit/tests/Inputs/shtest-output-printing/Output/
utils/lit/tests/Inputs/shtest-shell/Output/
How would you feel about reverting this for now? I think this change is the right way forward but it might need some tweaking to prevent the above artifacts from being generated.
Repository:
rL LLVM
https://reviews.llvm.org/D36026
More information about the llvm-commits
mailing list