[PATCH] D111457: [clang][test] Add lit helper for windows paths
Richard Howell via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 8 14:19:18 PDT 2021
rmaz added inline comments.
================
Comment at: clang/test/lit.cfg.py:60
+if platform.system() == 'Windows':
+ root_sep = 'C:\\'
+else:
----------------
`c:\`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111457/new/
https://reviews.llvm.org/D111457
More information about the cfe-commits
mailing list