Renato Golin via llvm-dev
2015-Oct-10 11:20 UTC
[llvm-dev] Python version for scripts in LLVM?
On 9 October 2015 at 23:44, Vasileios Kalintiris via llvm-dev <llvm-dev at lists.llvm.org> wrote:> Both cmake & configure test for Python >= 2.7. Given the amount of python > code in the various scripts inside the LLVM projects, I wouldn't expect > Python 3.x to work for everything without changes.I use Arch, which defaults to Python 3, and I got no warnings from CMake, only errors in lit.py. But that was about 6 months ago, when I changed my default cmake line to force the python version. --renato
Yaron Keren via llvm-dev
2015-Oct-10 11:37 UTC
[llvm-dev] Python version for scripts in LLVM?
I'm using Python 3.4.3 and LIT without any problem. 2015-10-10 14:20 GMT+03:00 Renato Golin via llvm-dev < llvm-dev at lists.llvm.org>:> On 9 October 2015 at 23:44, Vasileios Kalintiris via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > Both cmake & configure test for Python >= 2.7. Given the amount of python > > code in the various scripts inside the LLVM projects, I wouldn't expect > > Python 3.x to work for everything without changes. > > I use Arch, which defaults to Python 3, and I got no warnings from > CMake, only errors in lit.py. But that was about 6 months ago, when I > changed my default cmake line to force the python version. > > --renato > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151010/063dbbe4/attachment.html>