summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/CommandGuide/llvm-ld.pod4
-rw-r--r--llvm/tools/llvm-link/llvm-link.cpp3
2 files changed, 0 insertions, 7 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
diff --git a/llvm/tools/llvm-link/llvm-link.cpp b/llvm/tools/llvm-link/llvm-link.cpp
index aceb90889b9..b19213a6fa5 100644
--- a/llvm/tools/llvm-link/llvm-link.cpp
+++ b/llvm/tools/llvm-link/llvm-link.cpp
@@ -42,9 +42,6 @@ Verbose("v", cl::desc("Print information about actions taken"));
static cl::opt<bool>
DumpAsm("d", cl::desc("Print assembly as linked"), cl::Hidden);
-static cl::opt<bool> NoCompress("disable-compression", cl::init(true),
- cl::desc("Don't compress the generated bytecode"));
-
// LoadFile - Read the specified bytecode file in and return it. This routine
// searches the link path for the specified file to try to find it...
//
OpenPOWER on IntegriCloud