The issue with the python path is that the path to python on Windows can contain spaces. To make the tests always work, the path to python needs to be surrounded by quotes.
This is a companion change to: https://reviews.llvm.org/D50206
Differential D50281
[lit, python] Always add quotes around the python path in lit stella.stamenova on Aug 3 2018, 4:18 PM. Authored by
Details
The issue with the python path is that the path to python on Windows can contain spaces. To make the tests always work, the path to python needs to be surrounded by quotes. This is a companion change to: https://reviews.llvm.org/D50206
Diff Detail
|