diff options
author | John McCall <rjmccall@apple.com> | 2010-09-07 23:10:21 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-09-07 23:10:21 +0000 |
commit | 8c3593658371902e8486fd9a0bb970b5e95a2562 (patch) | |
tree | c71b9c2d3c936fcbc7bb8a733cc52399bfde0e97 /docs/CommandGuide/index.html | |
parent | 6b964cd21118e816a4669d660d2c96751dc7ccf3 (diff) |
Add documentation for llvm-diff.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113303 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/index.html')
-rw-r--r-- | docs/CommandGuide/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 72cd2cf5f9..8854fbbebe 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -72,6 +72,9 @@ options) arguments to the tool you are interested in.</p> <li><a href="/cmds/llvmc.html"><b>llvmc</b></a> - a generic customizable compiler driver</li> +<li><a href="/cmds/llvm-diff.html"><b>llvm-diff</b></a> - + structurally compare two modules</li> + </ul> </div> |