Add a ${pathsep} variable to lit that expands to : (or ; on win32).
authorNico Weber <nicolasweber@gmx.de>
Wed, 21 Mar 2012 19:56:42 +0000 (19:56 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 21 Mar 2012 19:56:42 +0000 (19:56 +0000)
commit0191bfcf7a5ae1ccfad7afe8ced59a14ffaca2a6
treedf63c9c7cf5431669ab625e29b39710d89398e03
parentb4746203986e943f3dc0af789c5dc8b34cc85db5
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153213 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestRunner.py