[PATCH] D36026: [lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 10:13:54 PDT 2017
rnk added a comment.
In https://reviews.llvm.org/D36026#829224, @modocache wrote:
> @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 if I reverted 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.
Yeah, let's do that, it's not working as intended, and it doesn't look easy to fix.
Repository:
rL LLVM
https://reviews.llvm.org/D36026
More information about the llvm-commits
mailing list