summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 23:24:42 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 23:24:42 +0000
commitc57ed8b2980fd155b9e0048670a7423184921d34 (patch)
treeed661a59b218f317307e9e78da4848012774d3ca /docs/CommandGuide
parentc9bafdaa752db1cbfe0354fd50b1735187980cdb (diff)
downloadllvm-c57ed8b2980fd155b9e0048670a7423184921d34.tar.gz
llvm-c57ed8b2980fd155b9e0048670a7423184921d34.tar.bz2
llvm-c57ed8b2980fd155b9e0048670a7423184921d34.tar.xz
remove dead option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvm-ld.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod
index 5f2e065231..920818822a 100644
--- a/docs/CommandGuide/llvm-ld.pod
+++ b/docs/CommandGuide/llvm-ld.pod
@@ -153,10 +153,6 @@ This option is identical to the B<-native> option, but uses the
C backend to generate code for the program instead of an LLVM native
code generator.
-=item B<-disable-compression>
-
-Do not compress bytecode files.
-
=back
=head2 Optimization Options