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
Paths
| Differential D50282
[lit, python] Always add quotes around the python path in lit ClosedPublic Authored by stella.stamenova on Aug 3 2018, 4:20 PM.
Details
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
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, dexonsmith, steven_wu and 4 others. · View Herald Transcript This revision was not accepted when it landed; it landed in state Needs Review. Closed by commit rL339075: [lit, python] Always add quotes around the python path in lit (authored by stella.stamenova). · Explain Why Closed by commit rLLD339075: [lit, python] Always add quotes around the python path in lit (authored by stella.stamenova). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 159416 lld/trunk/test/ELF/lto/cache.ll
lld/trunk/test/mach-o/dependency_info.yaml
lld/trunk/test/wasm/lto/cache.ll
|