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 | 8b828a84a0265254b49d97e6c150c42899b397a9 (patch) | |
tree | c13353bf551ba36441efd1b2de3894e543702145 /docs/CommandGuide | |
parent | 068c56e0d731b95cbda8be997da001774da2ff6b (diff) | |
download | external_llvm-8b828a84a0265254b49d97e6c150c42899b397a9.zip external_llvm-8b828a84a0265254b49d97e6c150c42899b397a9.tar.gz external_llvm-8b828a84a0265254b49d97e6c150c42899b397a9.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> |