summaryrefslogtreecommitdiff
path: root/tools/gccas
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
commit17be6791b8b22b36850340a44a6f05de5c3cbf85 (patch)
treee93138f9dfc08cc733f7254d7f92c2635d87e627 /tools/gccas
parent9b5b182e5f897b559fde4a20290f017ddc43162c (diff)
downloadllvm-17be6791b8b22b36850340a44a6f05de5c3cbf85.tar.gz
llvm-17be6791b8b22b36850340a44a6f05de5c3cbf85.tar.bz2
llvm-17be6791b8b22b36850340a44a6f05de5c3cbf85.tar.xz
default to emiting an uncompressed .bc file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccas')
-rw-r--r--tools/gccas/gccas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccas/gccas.cpp b/tools/gccas/gccas.cpp
index 587a6a850d..c102fc581f 100644
--- a/tools/gccas/gccas.cpp
+++ b/tools/gccas/gccas.cpp
@@ -54,7 +54,7 @@ namespace {
cl::desc("Strip debugger symbol info from translation unit"));
cl::opt<bool>
- NoCompress("disable-compression", cl::init(false),
+ NoCompress("disable-compression", cl::init(true),
cl::desc("Don't compress the generated bytecode"));
cl::opt<bool> TF("traditional-format", cl::Hidden,