From 2edea847fcbfe2688e8e1c06aeb22971a3d92fa2 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 26 Jan 2004 21:26:54 +0000 Subject: Clarified the extension to shared library objects. llvm-svn: 10978 --- llvm/docs/CommandGuide/opt.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/docs/CommandGuide/opt.html') diff --git a/llvm/docs/CommandGuide/opt.html b/llvm/docs/CommandGuide/opt.html index b205209794a..91650d66e83 100644 --- a/llvm/docs/CommandGuide/opt.html +++ b/llvm/docs/CommandGuide/opt.html @@ -88,14 +88,14 @@ writes its output to the standard output. Quiet mode. Do not print messages on whether the program was modified.

-

  • -load <plugin.so> +
  • -load <plugin>
    - Load the dynamic object <plugin.so>. This object should register new + Load the dynamic object <plugin>. 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:

    - opt -load <plugin.so> -help + opt -load <plugin> -help

  • -p -- cgit v1.2.3