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

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 31 12:07:06 PST 2019


smeenai added inline comments.


================
Comment at: utils/lit/lit/TestRunner.py:611
+                if platform.system() == 'Windows':
+                    import ctypes
+                    path = os.path.abspath(path)
----------------
Add a comment explaining this monstrosity?


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