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 | 0eb0378ad8423f15e70173cdf7d4f7ce41676ad0 (patch) | |
tree | 1b083fec31f819a3478600dc9a6e7ed2ba1dc418 /llvm/docs/CommandGuide | |
parent | 1df7ea05c394bf429559b1487a42537bec385b7a (diff) | |
download | bcm5719-llvm-0eb0378ad8423f15e70173cdf7d4f7ce41676ad0.tar.gz bcm5719-llvm-0eb0378ad8423f15e70173cdf7d4f7ce41676ad0.zip |
Add link to 'lit' from CommandGuide.
llvm-svn: 84461
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html index ca233a11f0d..9516d075b3c 100644 --- a/llvm/docs/CommandGuide/index.html +++ b/llvm/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> |