[PATCH] D111457: [clang][test] Add lit helper for windows paths
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 22 11:29:13 PST 2021
rnk added a comment.
These seem like generic substitutions that would be useful to anyone writing lit tests. We already have `%{pathsep}`:
https://llvm.org/docs/CommandGuide/lit.html#substitutions
These should live there as well, and be documented similarly, I think.
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