[llvm-dev] LLVM-LIT config documentation?
Dan Liew via llvm-dev
llvm-dev at lists.llvm.org
Fri Jan 15 08:41:42 PST 2016
Hi Kevin,
> So are there any documentations I can find about using LIT for my own
> benchmarks? Thanks in advance.
I use lit for several non LLVM projects. Hopefully these will be useful to you.
https://github.com/symbooglix/symbooglix/tree/master/test_programs
https://github.com/boogie-org/boogie/blob/master/Test/lit.site.cfg
and also for KLEE
https://github.com/klee/klee/tree/master/test
You can also take a look at lit's own test cases too
https://github.com/llvm-mirror/llvm/tree/master/utils/lit/tests
I wish I had time to write good documentation for it because its a
fantastic tool but alas I dont.
HTH,
Dan.
More information about the llvm-dev
mailing list