[LLVMdev] Advise on Git mirror for llvm-lit

Daniel Dunbar daniel at zuster.org
Mon Mar 10 21:16:40 PDT 2014


Fixed, thanks for pointing that out.

 - Daniel


On Mon, Mar 10, 2014 at 5:49 PM, Daniel Liew <daniel.liew at imperial.ac.uk>wrote:

> > Done, lit-0.3.0 is now on PyPI.
>
> Thanks. I just tested this. It works fine for Python2 but its broken
> for Python3 (install fails) due to an old python2 style print
> statement. Attached is a patch that fixes this. Could you apply it and
> regenerate the pypi package (bumping version number if necessary)?
>
> $ pip install lit
> Downloading/unpacking lit
>   Downloading lit-0.3.0.tar.gz (45kB): 45kB downloaded
>   Running setup.py (path:/home/dsl11/test/venv/build/lit/setup.py)
> egg_info for package lit
>     Traceback (most recent call last):
>       File "<string>", line 17, in <module>
>       File "/home/dsl11/test/venv/build/lit/setup.py", line 1, in <module>
>         import lit
>       File "./lit/__init__.py", line 4, in <module>
>         from .main import main
>       File "./lit/main.py", line 235
>         print "lit %s" % (lit.__version__,)
>                      ^
>     SyntaxError: invalid syntax
>
>
> > I think of lit as a separate tool from LLVM that happens to be inside the
> > llvm svn repo. For now, I prefer to keep it on its own version numbers, I
> > make releases of it out of band with LLVM, and it rarely changes.
>
> Okay sure.
>
> Thanks,
> Dan.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140310/57c443b4/attachment.html>


More information about the llvm-dev mailing list