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

Reid Kleckner via llvm-dev llvm-dev at lists.llvm.org
Wed Apr 13 09:59:57 PDT 2016


On Wed, Apr 13, 2016 at 1:00 AM, Johan Engelen via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> 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.)
>

I hope it doesn't contain 'not', that executable name is a little too
generic to install into /usr/bin. We could probably distribute FileCheck,
though. I doubt we'll see name collisions, and other projects seem to find
it useful.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160413/815638a7/attachment.html>


More information about the llvm-dev mailing list