[llvm-dev] Different ways of running lit

David Blaikie via llvm-dev llvm-dev at lists.llvm.org
Mon Sep 11 09:48:06 PDT 2017


I often run, from my build tree: "./bin/llvm-lit -v
test/DebugInfo/whatever.ll" (where the "test/DebugInfo/whatever.ll" only
exists in the source tree, not in the build tree where I'm running the
command from)

On Sun, Sep 10, 2017 at 10:33 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/179269f7/attachment.html>


More information about the llvm-dev mailing list