diff options
author | John Criswell <criswell@uiuc.edu> | 2003-09-17 14:11:24 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-09-17 14:11:24 +0000 |
commit | 9bcdda35884863d07a2af3c8cb19914a163d7dfb (patch) | |
tree | 4fe9cdf4620b2fe7efaf4dc30c99a66ce239fdfc /llvm/docs/CommandGuide/analyze.html | |
parent | 2ae6b11415e67ca7eb48230368e297435bc0e802 (diff) | |
download | bcm5719-llvm-9bcdda35884863d07a2af3c8cb19914a163d7dfb.tar.gz bcm5719-llvm-9bcdda35884863d07a2af3c8cb19914a163d7dfb.zip |
Renamed the link page to llvmlink.html
Added initial pages for the extract and llvm-link commands.
Reworded the description of the -load option for analyze to hopefully make it
more clear.
llvm-svn: 8575
Diffstat (limited to 'llvm/docs/CommandGuide/analyze.html')
-rw-r--r-- | llvm/docs/CommandGuide/analyze.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/analyze.html b/llvm/docs/CommandGuide/analyze.html index 15a06392057..25b93eb38d3 100644 --- a/llvm/docs/CommandGuide/analyze.html +++ b/llvm/docs/CommandGuide/analyze.html @@ -62,8 +62,8 @@ OPTIONS the analyze program after being loaded. <p> After being loaded, additional command line options are made available - for running additional analysis passes. Use analyse -load - <plugin.so> -help to list the new list of available analysis + for running the passes made available by plugin.so. Use analyse -load + <plugin.so> -help to see the new list of available analysis passes. <p> </ul> |