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 | c57ed8b2980fd155b9e0048670a7423184921d34 (patch) | |
tree | ed661a59b218f317307e9e78da4848012774d3ca /docs/CommandGuide | |
parent | c9bafdaa752db1cbfe0354fd50b1735187980cdb (diff) | |
download | external_llvm-c57ed8b2980fd155b9e0048670a7423184921d34.zip external_llvm-c57ed8b2980fd155b9e0048670a7423184921d34.tar.gz external_llvm-c57ed8b2980fd155b9e0048670a7423184921d34.tar.bz2 |
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.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod index 5f2e065..9208188 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 |