ruiu added inline comments. ================ Comment at: llvm/utils/lit/lit/TestRunner.py:830 + if kIsWindows: + return re.sub(r'^(.):', r'\1', path.replace('\\', '/')) + else: ---------------- This returns `/foo` for `C:\foo`, no? https://reviews.llvm.org/D39023