commit | f0db95499b1ecd06e30ea89cd0393fa59c63b8af | [log] [tgz] |
---|---|---|
author | Stella Stamenova <stilis@microsoft.com> | Mon Aug 06 22:37:53 2018 +0000 |
committer | Stella Stamenova <stilis@microsoft.com> | Mon Aug 06 22:37:53 2018 +0000 |
tree | f60f6622b74e3d1a598e3f01da59a9e9cffa310c | |
parent | 38eee643bd1ecc87e9a8b0df1ee43fac88481168 [diff] |
[lit, python] Always add quotes around the python path in lit Summary: 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 Reviewers: asmith, zturner Differential Revision: https://reviews.llvm.org/D50280 llvm-svn: 339076