summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-12 19:02:50 +0000
committerChris Lattner <sabre@nondot.org>2009-01-12 19:02:50 +0000
commit734660a9cd4ee428e0a42c209a728e4a27a6df80 (patch)
tree2a60d8846c4f0d346dfe1a5a82e36bc6b5e247ce /docs
parent481ff5be9d88c057874d087244a6352af2597867 (diff)
downloadllvm-734660a9cd4ee428e0a42c209a728e4a27a6df80.tar.gz
llvm-734660a9cd4ee428e0a42c209a728e4a27a6df80.tar.bz2
llvm-734660a9cd4ee428e0a42c209a728e4a27a6df80.tar.xz
remove some dead options.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/llvm-ld.pod11
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod
index 6d4e901ba4..224939c77c 100644
--- a/docs/CommandGuide/llvm-ld.pod
+++ b/docs/CommandGuide/llvm-ld.pod
@@ -162,8 +162,7 @@ functions.
=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<-strip-debug>.
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