[lit] Make the 'llvm-lit' utility defend against a system where Python3
authorChandler Carruth <chandlerc@gmail.com>
Sat, 14 Feb 2015 07:05:15 +0000 (07:05 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 14 Feb 2015 07:05:15 +0000 (07:05 +0000)
commit9230ff9ba37d143e9383974f6e302c805a20bd70
tree7098ab2a7be79ee1bb10eb1e325bc1f1704b1ec3
parent680fffdc922891583385c9e28e2654e462fb048b
[lit] Make the 'llvm-lit' utility defend against a system where Python3
is the default.

The lit.cfg files are not all valid Python3 and I've no idea if anyone
is really prepared to update them. The easiest way I know of to ensure
that this script uses Python 2 is to use 'python2.7' in the command. Mac
and Linux are definitely fine with this and I think other platforms will
be as well, but if anyone struggles with this set up and has better
ideas, let me know.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229244 91177308-0d34-0410-b5e6-96231b3b80d8
utils/llvm-lit/llvm-lit.in