search for: 02b73303

Displaying 3 results from an estimated 3 matches for "02b73303".

2013 Aug 14
0
[LLVMdev] lit support for Python3
> If anyone is interested in this support, I'd appreciate it if you changed > your setup to use Python3 for running the tests and let me know (or file > bugs) for any issues you find. Excellent! The only reason I set my interpreter back to 2.7 a while back was LLVM. Back to 3.2 now. Tim. P.S. All passes here too.
2013 Aug 14
2
[LLVMdev] lit support for Python3
...en running with Python 3.4 alpha. Now get rid of pre-2.6 Python support ;-) Not only it helps clean-up code, by 2-and-3 coexistence is much easier. Eli -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130814/02b73303/attachment.html>
2013 Aug 14
3
[LLVMdev] lit support for Python3
Hi all, In the past there was some interest in having lit supporting use with Python3, which had become the default on some Linux distributions. I've been working on this recently and as of r188398, the LLVM/Clang tests all run and pass on my system with Python 3.3. There are still some quality of implementation issues to iron out, and there may be problems with lit-based tests in other