hanchenye-llvm-project/llvm/utils/lit
Peter Collingbourne 82e3e373b3 Initial version of Go bindings.
This code is based on the existing LLVM Go bindings project hosted at:
https://github.com/go-llvm/llvm

Note that all contributors to the gollvm project have agreed to relicense
their changes under the LLVM license and submit them to the LLVM project.

Differential Revision: http://reviews.llvm.org/D5684

llvm-svn: 219976
2014-10-16 22:48:02 +00:00
..
examples
lit Initial version of Go bindings. 2014-10-16 22:48:02 +00:00
tests
utils
MANIFEST.in
README.txt
TODO [lit] Add --show-unsupported flag to LIT 2014-07-17 05:53:00 +00:00
lit.py
setup.py

README.txt

===============================
 lit - A Software Testing Tool
===============================

lit is a portable tool for executing LLVM and Clang style test suites,
summarizing their results, and providing indication of failures. lit is designed
to be a lightweight testing tool with as simple a user interface as possible.