[cfe-dev] Testing using MSYS + CMake

Óscar Fuentes ofv at wanadoo.es
Sat Mar 19 17:32:07 PDT 2011


NAKAMURA Takumi <geek4civic at gmail.com> writes:

> Is llvm-lit available?
>
> $ python bin/llvm-lit /path/to/your/test.ll
>
> ("python" may be omitted)

Yes, and using it instead of lit.py makes things much simpler:

python bin/llvm-lit -sv --no-progress-bar ../llvm/tools/clang/test/Sema/annotate.c 

llvm-lit needs some advertising ;-)



More information about the cfe-dev mailing list