This is an archive of the discontinued LLVM Phabricator instance.

tests/CodeGen: Use %python lit substitution when invoking python
ClosedPublic

Authored by tstellar on Jun 30 2021, 12:47 PM.

Details

Summary

This will use the python that LLVM was configured to use rather than
python from PATH.

Diff Detail

Event Timeline

tstellar created this revision.Jun 30 2021, 12:47 PM
tstellar requested review of this revision.Jun 30 2021, 12:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2021, 12:47 PM

LGTM, %python substitution is already used in the test suite, +1 for generalizing its usage.

This revision is now accepted and ready to land.Jul 6 2021, 11:21 AM
This revision was landed with ongoing or failed builds.Jul 6 2021, 6:47 PM
This revision was automatically updated to reflect the committed changes.