Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lit: Sink code into a 'lit' package. | Daniel Dunbar | 2009-12-26 | 1 | -97/+0 |
| | | | | llvm-svn: 92168 | ||||
* | lit: Preserve the PATHEXT variable when running subcommands, this is ↵ | Daniel Dunbar | 2009-11-08 | 1 | -0/+1 |
| | | | | | | important on Win32 llvm-svn: 86436 | ||||
* | Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in ↵ | Daniel Dunbar | 2009-09-22 | 1 | -0/+1 |
| | | | | | | | | RegisterHandler and use to disable the Win32 crash dialogs. These are a major blocker to any kind of automated testing. Also, tweak the 'lit' test runner to set this variable unconditionally. llvm-svn: 82537 | ||||
* | Add 'lit' testing tool. | Daniel Dunbar | 2009-09-08 | 1 | -0/+95 |
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. llvm-svn: 81190 |