[PATCH] TableGen backend to generate an index in ctags(1) format.

Sean Silva silvas at purdue.edu
Tue Mar 19 19:39:37 PDT 2013


On Tue, Mar 19, 2013 at 12:08 PM, Muhammad Tauqir Ahmad <
muhammad.t.ahmad at intel.com> wrote:

>
>   @silvas
>   I know this has been discussed before (e.g. in this bug report:
> http://llvm.org/bugs/show_bug.cgi?id=12900) but python is still not being
> very "portably used" and I still have to manually link `which python` to
> `which python2` to get the build system to work on my Archlinux where
> `which python` is linked to `which python3` by default (and I am sure this
> problem exists on other distros like archbang etc.).
>
> http://llvm-reviews.chandlerc.com/D546
>

That is mostly lit, which uses 2.4. Modern Python code (2.6+/3.x) should
work seamlessly between python2 and python3. For example, Chandler's
sort_includes.py script worked across 2/3 first shot (and IIRC he said that
he's not even much of a Python programmer).

-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130319/bfe5406c/attachment.html>


More information about the llvm-commits mailing list