diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-24 17:46:58 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-24 17:46:58 +0000 |
commit | 4e8458d02c899d05d9f2516dc896ad85d286176a (patch) | |
tree | 9b1ecde96a799e56ee2e4df614c522f8af82f42b /docs/CommandGuide/index.html | |
parent | f52d68165715d4af14776cab96c31fbba641e806 (diff) | |
download | external_llvm-4e8458d02c899d05d9f2516dc896ad85d286176a.zip external_llvm-4e8458d02c899d05d9f2516dc896ad85d286176a.tar.gz external_llvm-4e8458d02c899d05d9f2516dc896ad85d286176a.tar.bz2 |
extract has been renamed to llvm-extract to avoid conflicting with another tool
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21501 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/index.html')
-rw-r--r-- | docs/CommandGuide/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 5a48af8..bdb15c9 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -119,7 +119,7 @@ options) arguments to the tool you are interested in.</p> <li><a href="html/bugpoint.html"><b>bugpoint</b></a> - automatic test-case reducer</li> -<li><a href="html/extract.html"><b>extract</b></a> - +<li><a href="html/llvm-extract.html"><b>llvm-extract</b></a> - extract a function from an LLVM bytecode file</li> <li><a href="html/llvm-bcanalyzer.html"><b>llvm-bcanalyzer</b></a> - |