[PATCH] D57533: lit: support long paths on Windows

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 16:16:20 PST 2019


rnk added a comment.

I think if we can fix this issue in the builtin rm, we can put this problem behind us, and save the next person setting up a new buildbot the effort of finding a special long path version of rm. I do, however, worry that we're painting ourselves into a corner where rm and mkdir work with long paths, but `find` doesn't. IIRC that's been a problem as well in the past.


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