diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-06 23:24:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-06 23:24:42 +0000 |
commit | 05be1d44da49f743c80d36c45a9515641824c318 (patch) | |
tree | 33cc5937b224141e80528d4361152e3b6ecf76db /llvm/docs/CommandGuide | |
parent | 7feb9c17faee30db1eadc595fdc8c125faf00217 (diff) | |
download | bcm5719-llvm-05be1d44da49f743c80d36c45a9515641824c318.tar.gz bcm5719-llvm-05be1d44da49f743c80d36c45a9515641824c318.zip |
remove dead option
llvm-svn: 36898
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-ld.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ld.pod b/llvm/docs/CommandGuide/llvm-ld.pod index 5f2e065231c..920818822a0 100644 --- a/llvm/docs/CommandGuide/llvm-ld.pod +++ b/llvm/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 |