[llvm-dev] Status of the official LLVM APT repositories

Johan Engelen via llvm-dev llvm-dev at lists.llvm.org
Wed Apr 13 01:00:58 PDT 2016


On Wed, Apr 13, 2016 at 2:09 AM, Amaury SECHET via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> I'd like to shime in here. These apt repository used to contain packages
> named llvm-3.8-tools containing, amongst other things, the lit python
> library used to test llvm. It seems that it went away recently and I have
> travis build failing because of this.
>
> What is going here ? It that just a mistake ? Is there something I can do
> to help get this package back ?
>

To get Lit on Travis, we do
install:
  - pip install --user lit
  - python -c "import lit; lit.main();" --version | head -n 1

Did the tools package contain "not" and "FileCheck"? (We currently have to
carry copies of them in our own source tree.)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160413/c6ee3599/attachment.html>


More information about the llvm-dev mailing list