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 ;-)