diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-15 15:38:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-15 15:38:11 +0000 |
commit | 9d3787b73c312b78a0dade24018ec0d28bca4e16 (patch) | |
tree | b6a44e7f2d069dae818d5c8e07b9962eeb7ead80 /docs/CommandGuide/index.html | |
parent | 5f0b7488ef321a9ef7f58c877d8c3afce09e6678 (diff) |
add a simple FileCheck man page.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/index.html')
-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 75933e8d74..ca233a11f0 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -128,6 +128,8 @@ options) arguments to the tool you are interested in.</p> <div class="doc_text"> <ul> +<li><a href="/cmds/FileCheck.html"><b>FileCheck</b></a> - + 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> |