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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 16:23:43 PST 2019


ruiu added a comment.

@rnk I don't think we should ban it, but I expect that the situation will be better in the future. More tools will be able to handle long paths, as MAX_PATH limitation is removed from Windows 10 according to https://docs.microsoft.com/en-us/windows/desktop/fileio/naming-a-file. If we can avoid the problem at the moment at a lower cost than handling it in a "correct" way, we probably should do that to buy time.


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