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!
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!
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
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
|
DetailsDescription:
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
Friday, 15 March 2013, 12:02 GMT
Reason for closing: Upstream
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.