summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-link/llvm-link.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-21 06:34:18 +0000
committerChris Lattner <sabre@nondot.org>2007-01-21 06:34:18 +0000
commit19bb6b996bfc5271522bab2b3cd362bbd18b7d46 (patch)
tree175c4610301b75ac4ebc776d16775e607e5ead4a /llvm/tools/llvm-link/llvm-link.cpp
parentd7c8b3c105244135e40d075459d573c26516c359 (diff)
downloadbcm5719-llvm-19bb6b996bfc5271522bab2b3cd362bbd18b7d46.tar.gz
bcm5719-llvm-19bb6b996bfc5271522bab2b3cd362bbd18b7d46.zip
default to emiting an uncompressed .bc file
llvm-svn: 33420
Diffstat (limited to 'llvm/tools/llvm-link/llvm-link.cpp')
-rw-r--r--llvm/tools/llvm-link/llvm-link.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-link/llvm-link.cpp b/llvm/tools/llvm-link/llvm-link.cpp
index be556d1ed25..343b36cefcd 100644
--- a/llvm/tools/llvm-link/llvm-link.cpp
+++ b/llvm/tools/llvm-link/llvm-link.cpp
@@ -43,7 +43,7 @@ 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(false),
+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
OpenPOWER on IntegriCloud