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

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 2 10:28:53 PST 2019


compnerd updated this revision to Diff 184906.
compnerd edited the summary of this revision.
compnerd added a comment.

Switch to `SHFileOperationW` for the recursive removal.  Refactor `lit.util.mkdir_p` to expose `lit.utl.mkdir` and update that to support long file paths.  This makes lit more robust on Windows against creating long path temporary directories.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57533/new/

https://reviews.llvm.org/D57533

Files:
  utils/lit/lit/TestRunner.py
  utils/lit/lit/util.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57533.184906.patch
Type: text/x-patch
Size: 4277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190202/d5c0d5d8/attachment.bin>


More information about the llvm-commits mailing list