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

Johan Engelen via llvm-dev llvm-dev at lists.llvm.org
Wed Apr 13 10:16:03 PDT 2016


On Wed, Apr 13, 2016 at 6:59 PM, Reid Kleckner <rnk at google.com> wrote:

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

Maybe :)


> We could probably distribute FileCheck, though. I doubt we'll see name
> collisions, and other projects seem to find it useful.
>

That would be nice for LDC. The "not" source code is compatible with LLVM
3.5-3.9 at least, so we only need one not.cpp file. For FileCheck we need a
version for each LLVM version we support (3.5-3.9).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160413/93bd0c6d/attachment.html>


More information about the llvm-dev mailing list