[PATCH] build: add --with-python option

Daniel Dunbar daniel at zuster.org
Tue Jan 29 12:17:39 PST 2013


On Tue, Jan 29, 2013 at 12:09 PM, Eli Bendersky <eliben at google.com> wrote:

> On Tue, Jan 29, 2013 at 12:05 PM, Daniel Dunbar <daniel at zuster.org> wrote:
> > This seems reasonable to me. Ideally we would get all our tools to work
> with
> > Python 3 and wouldn't have to restrict the option, but even then its
> still
> > nice to support the user pointing at the Python to use.
>
> It's pretty easy to make Python code both 2 and 3 compatible if you
> require at least Python 2.7. A bit harder if you require 2.6.
> Too-much-trouble-to-bother if you require earlier versions.
>

Yup. When someone is willing to do the work then I believe we should move
to requiring Python 2.6+ and being 2/3 compatible.

 - Daniel


>
> Eli
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130129/a6b2b11b/attachment.html>


More information about the llvm-commits mailing list