<div dir="ltr">This will actually break LLDB by selecting Python3 on systems which have it rather than forcing Python 2.7. =[<div><br></div><div>I'll apply the more minimal patch that just checks for 2.7. Not likely going to be able to fix the python3 issues in LLDB.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 25, 2014 at 5:04 PM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">ping<br>
<br>
On 15 December 2014 at 14:38, Rafael Espíndola<br>
<div class="HOEnZb"><div class="h5"><<a href="mailto:rafael.espindola@gmail.com">rafael.espindola@gmail.com</a>> wrote:<br>
> Oops.<br>
><br>
> Updated patch attached.<br>
><br>
> On 15 December 2014 at 12:14, Jonathan Roelofs<br>
> <<a href="mailto:jonathan@codesourcery.com">jonathan@codesourcery.com</a>> wrote:<br>
>>> -set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5)<br>
>>> +# Verify that we can find a Pytho interpreter.<br>
>> s/Pytho/Python/<br>
>><br>
>><br>
>><br>
>> On 12/15/14 9:59 AM, Rafael Espíndola wrote:<br>
>>><br>
>>> The attached patch updates the handling of python in the cmake build:<br>
>>><br>
>>> * We now support python 3, so we don't need to special cases systems<br>
>>> with non "python" but with "python2" and "python3" interpreters.<br>
>>> * We were not checking the python version. With this patch we have the<br>
>>> same check as configure.<br>
>>><br>
>>> Cheers,<br>
>>> Rafael<br>
>>><br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> llvm-commits mailing list<br>
>>> <a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
>>> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
>>><br>
>><br>
>> --<br>
>> Jon Roelofs<br>
>> <a href="mailto:jonathan@codesourcery.com">jonathan@codesourcery.com</a><br>
>> CodeSourcery / Mentor Embedded<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div>