[llvm-dev] Is ist a good idea to use lit and other test tools for non llvm projects?

alexp via llvm-dev llvm-dev at lists.llvm.org
Sat Jan 26 08:50:37 PST 2019


Yes, lit can be used either from a compiled llvm package or even be
installed (its in bin/llvm-lit).
I decided to give it a try.

Alex

On 1/24/19 6:42 PM, alexp via llvm-dev wrote:
> Hi,
> 
> I have a project which uses llvm, but is (at least not yet) a
> contribution / not in the source tree of llvm.
> Is it a good idea (e.g. instead of using boost test framework) to use
> the llvm testsuite related tools in this case?
> 
> Alex
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
> 


More information about the llvm-dev mailing list