http://llvm.org/bugs/show_bug.cgi?id=8496
Daniel Dunbar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |WONTFIX --- Comment #5 from Daniel Dunbar <[email protected]> 2011-04-27 19:47:25 CDT --- I would rather not do this. Lit is already distributed as a normal Python package: http://pypi.python.org/pypi/lit I would prefer that people install it using the Python packaging tools, for example: $ sudo easy_install lit or $ sudo pip install lit or (inside a virtualenv) $ virtualenv foo $ foo/bin/pip install lit -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
