From f101788e40d519ae22d026a92451806b5fd2981f Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Sun, 19 Oct 2003 18:08:57 +0000 Subject: [PATCH] Tweak -plugin description to match bugpoint.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9262 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/opt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/opt.html b/docs/CommandGuide/opt.html index e71c24c5998..b205209794a 100644 --- a/docs/CommandGuide/opt.html +++ b/docs/CommandGuide/opt.html @@ -90,7 +90,7 @@ writes its output to the standard output.
  • -load <plugin.so>
    - Load the dynamic object plugin.so. This object should register new + Load the dynamic object <plugin.so>. This object should register new optimization passes. Once loaded, the object will add new command line options to enable various optimizations. To see the new complete list of optimizations, use the -help and -load options together: -- 2.11.0