mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Add a ${pathsep} variable to lit that expands to : (or ; on win32).
This is in braces so that it doesn't conflict with the existing %p. It uses braces instead of parens because parens would have to be regex-escaped. llvm-svn: 153213
This commit is contained in:
parent
ed57f105a2
commit
3f84548106
@ -471,6 +471,7 @@ def parseIntegratedTestScript(test, normalize_slashes=False,
|
||||
substitutions.extend([('%s', sourcepath),
|
||||
('%S', sourcedir),
|
||||
('%p', sourcedir),
|
||||
('%{pathsep}', os.pathsep),
|
||||
('%t', tmpBase + '.tmp'),
|
||||
('%T', tmpDir),
|
||||
# FIXME: Remove this once we kill DejaGNU.
|
||||
|
Loading…
Reference in New Issue
Block a user