[PATCH] D57533: lit: support long paths on Windows
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 21 11:58:36 PST 2019
rnk added a comment.
@compnerd: I spoke offline and @thakis convinced me we should basically partially revert rL319528 <https://reviews.llvm.org/rL319528>. Supporting long paths here just continues down the path of reimplementing coreutils buggily in Python. The 'rm' distributed as part of git for windows supports long paths, and that's what 99% of Windows developers use, and Windows buildbots probably do as well. As we move towards the git monorepo, I think those should become the documented preferred tools for testing LLVM.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57533/new/
https://reviews.llvm.org/D57533
More information about the llvm-commits
mailing list