Home | History | Annotate | Download | only in lit

Lines Matching defs:lit

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