[llvm-dev] Different ways of running lit

Reid Kleckner via llvm-dev llvm-dev at lists.llvm.org
Mon Sep 11 10:04:07 PDT 2017


LNT has some interesting uses of lit.

The lit test suite itself (check-lit) has some interesting ways to invoke
lit that might be worth looking at.

On Sun, Sep 10, 2017 at 10:32 PM, Zachary Turner via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> What are all the different ways people run lit?  I'm doing some
> refactoring and want to make sure I have all the based covered.  Obviously
> you can use check-llvm.  And you can also run llvm-lit.py in your bin
> directory and point it to your source tree.
>
> What else?  Both of the aforementioned methods require running cmake
> first, is there any use case where someone runs lit without having run
> cmake first?  Or anything else I'm not thinking of?
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170911/6efab162/attachment.html>


More information about the llvm-dev mailing list