[PATCH] D38016: [lit] Make lit stop writing .pyc files

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 08:48:40 PDT 2017


rnk requested changes to this revision.
rnk added a comment.
This revision now requires changes to proceed.

Are you sure you can't reproduce this behavior by checking out the lit subtree with SVN before you deleted that directory, importing some .py files from that tree to create .pycs, and then doing svn up and checking if it creates a conflict? I'd really prefer to have an explanatory comment in here that says //why// we're setting this mysterious configuration.

I hate it when I trip over configuration tweaks that exist to work around problems that have been completely forgotten.


https://reviews.llvm.org/D38016





More information about the llvm-commits mailing list