diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-10-19 03:54:13 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-10-19 03:54:13 +0000 |
commit | a4e496517b45bd4ac4181a9c4748552409792a96 (patch) | |
tree | c13353bf551ba36441efd1b2de3894e543702145 /docs/CommandGuide | |
parent | 618232c08a37f39031de8a94fa91bc6a6186373b (diff) | |
download | external_llvm-a4e496517b45bd4ac4181a9c4748552409792a96.zip external_llvm-a4e496517b45bd4ac4181a9c4748552409792a96.tar.gz external_llvm-a4e496517b45bd4ac4181a9c4748552409792a96.tar.bz2 |
Add link to 'lit' from CommandGuide.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84461 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index ca233a1..9516d07 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -132,6 +132,8 @@ options) arguments to the tool you are interested in.</p> Flexible file verifier used extensively by the testing harness</li> <li><a href="/cmds/tblgen.html"><b>tblgen</b></a> - target description reader and generator</li> +<li><a href="/cmds/lit.html"><b>lit</b></a> - + LLVM Integrated Tester, for running tests</li> </ul> </div> |