lit: When running Tcl style tests on Windows, substitute slashes to avoid Tcl
authorDaniel Dunbar <daniel@zuster.org>
Fri, 11 Jun 2010 23:27:45 +0000 (23:27 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 11 Jun 2010 23:27:45 +0000 (23:27 +0000)
commitf32a41a7e6df8ff5f78c673e3a73303bdba759ff
tree4f14f187c4243ae036e9af331eb0afa9631674a4
parent1114f568bc35cf13064c864df44194630449bec5
lit: When running Tcl style tests on Windows, substitute slashes to avoid Tcl
quoting problems. Not particularly ideal, but should work ok. Based on a patch by
Michael Spencer!

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