Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#34311 - [llvm] 3.2-5: lit (or llvm-lit) command missing

Attached to Project: Arch Linux
Opened by Guillem Marpons (gmarpons) - Thursday, 14 March 2013, 17:20 GMT
Last edited by Evangelos Foutras (foutrelis) - Friday, 15 March 2013, 12:02 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Upstream comes with a utility called lit or llvm-lit (LLVM Integrated Tester) that is not installed as part of the package. It is useful to develop tools based on LLVM/clang.


Additional info:

Curiously enough, documentation (HTML and man page) is uncluded for the command, but not the executable itself (this is the reason I've labeled the task as a "bug report" and not a "feature request").

$ pacman -Ql llvm | grep lit
llvm /usr/include/llvm/Analysis/BranchProbabilityInfo.h
llvm /usr/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
llvm /usr/include/llvm/Support/BranchProbability.h
llvm /usr/include/llvm/Support/FileUtilities.h
llvm /usr/share/doc/llvm/html/CommandGuide/lit.html
llvm /usr/share/man/man1/lit.1.gz
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Friday, 15 March 2013, 12:02 GMT
Reason for closing:  Upstream
Comment by Evangelos Foutras (foutrelis) - Thursday, 14 March 2013, 21:29 GMT
lit is found under the utils directory in the source archive. The HTML and man page are generated by docs/CommandGuide/lit.rst.

Our package basically consists of whatever is installed by 'make install' and, as per upstream's Makefiles, lit is not included.

If you feel that lit should be installed during 'make install', you will need to discuss this with upstream.

Sorry I can't help any further.
Comment by Guillem Marpons (gmarpons) - Friday, 15 March 2013, 10:52 GMT
I see, it's the same in other distributions (I've checked Debian and Ubuntu). Thanks.

Loading...