From f9c78655bec3036e2cef8946e261246cbe17f4c9 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 26 Jan 2004 21:26:54 +0000 Subject: [PATCH] Clarified the extension to shared library objects. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10978 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/analyze.html | 8 ++++---- docs/CommandGuide/bugpoint.html | 10 +++++----- docs/CommandGuide/gccld.html | 25 ++++++++++++++++++------- docs/CommandGuide/opt.html | 6 +++--- docs/WritingAnLLVMPass.html | 7 ++++++- 5 files changed, 36 insertions(+), 20 deletions(-) diff --git a/docs/CommandGuide/analyze.html b/docs/CommandGuide/analyze.html index e80f7f415e8..4a6bcc60bbe 100644 --- a/docs/CommandGuide/analyze.html +++ b/docs/CommandGuide/analyze.html @@ -51,16 +51,16 @@ language. Quiet mode. With this option, analysis pass names are not printed.

-

  • -load <plugin.so> +
  • -load <plugin>
    - Load the specified dynamic object with name plugin.so. This file + Load the specified dynamic object with name plugin. This file should contain additional analysis passes that register themselves with the analyze program after being loaded.

    After being loaded, additional command line options are made available - for running the passes made available by plugin.so. Use - 'analyze -load <plugin.so> -help' to see the new + for running the passes made available by plugin. Use + 'analyze -load <plugin> -help' to see the new list of available analysis passes.

    diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index b311120a808..729e822ab2f 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -158,8 +158,8 @@ non-obvious ways. Here are some hints and tips:

    OPTIONS