[llvm-commits] [llvm] r62095 - /llvm/trunk/docs/CommandGuide/llvm-ld.pod

Chris Lattner sabre at nondot.org
Mon Jan 12 11:02:51 PST 2009


Author: lattner
Date: Mon Jan 12 13:02:50 2009
New Revision: 62095

URL: http://llvm.org/viewvc/llvm-project?rev=62095&view=rev
Log:
remove some dead options.

Modified:
    llvm/trunk/docs/CommandGuide/llvm-ld.pod

Modified: llvm/trunk/docs/CommandGuide/llvm-ld.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-ld.pod?rev=62095&r1=62094&r2=62095&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-ld.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvm-ld.pod Mon Jan 12 13:02:50 2009
@@ -162,8 +162,7 @@
 
 =item B<-disable-opt>
 
-Completely disable optimization. The various B<-On> options will be ignored and
-no link time optimization passes will be run.
+Completely disable optimization.
 
 =item B<-disable-internalize>
 
@@ -194,14 +193,6 @@
 
 An alias for B<-disable-internalize>
 
-=item B<-load> F<module>
-
-Load an optimization module, F<module>, which is expected to be a dynamic
-library that provides the function name C<RunOptimizations>. This function will
-be passed the PassManager, and the optimization level (values 0-5 based on the
-B<-On> option). This function may add passes to the PassManager that should be
-run. This feature allows the optimization passes of B<llvm-ld> to be extended.
-
 =item B<-post-link-opt>F<Path>
 
 Run post-link optimization program. After linking is completed a bitcode file





More information about the llvm-commits mailing list