This is an archive of the discontinued LLVM Phabricator instance.

[lit, python] Remove quotes around %python in cache.ll
ClosedPublic

Authored by stella.stamenova on Aug 24 2018, 5:11 PM.

Details

Summary

We needed quotes around %python before to make python work correctly (on Windows) if the path contains spaces. I recently made a change so that %python now inherently has quotes, so now adding quotes around %python makes the test fail because the quotes cancel each other.

Diff Detail

Repository
rL LLVM

Event Timeline

Lgtm

This revision was not accepted when it landed; it landed in state Needs Review.Aug 27 2018, 9:36 AM
This revision was automatically updated to reflect the committed changes.