[lit, python] Change the order of the quotes in the lit cfg file
authorStella Stamenova <stilis@microsoft.com>
Tue, 7 Aug 2018 20:58:02 +0000 (20:58 +0000)
committerStella Stamenova <stilis@microsoft.com>
Tue, 7 Aug 2018 20:58:02 +0000 (20:58 +0000)
commit5fa14d971d01a776a8b22cef2674982fe80ea6f7
tree3cc7855e30178f1a27c1b8a7db51a51ddca229e1
parent8efc95ac2f4be2d7a2b671e734288d6f9dfb8c5c
[lit, python] Change the order of the quotes in the lit cfg file
Double quotes are always correct in paths on windows while single quotes only work sometimes. By swapping the order of the quotes in the subsitution we guarantee that the quotes will be correct on Windows. Both sets work correctly on Linux in the test environment.

llvm-svn: 339180
lldb/lit/lit.cfg