Home | History | Annotate | Download | only in lit

Lines Matching defs:lit

1 import lit
6 name = "lit",
7 version = lit.__version__,
9 author = lit.__author__,
10 author_email = lit.__email__,
17 *lit*
23 *lit* is a portable tool for executing LLVM and Clang style test suites,
24 summarizing their results, and providing indication of failures. *lit* is
41 The official *lit* documentation is in the man page, available online at the LLVM
42 Command Guide: http://llvm.org/cmds/lit.html.
48 The *lit* source is available as part of LLVM, in the LLVM SVN repository:
49 http://llvm.org/svn/llvm-project/llvm/trunk/utils/lit.
67 'lit = lit:main',