From 19bb6b996bfc5271522bab2b3cd362bbd18b7d46 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 21 Jan 2007 06:34:18 +0000 Subject: default to emiting an uncompressed .bc file llvm-svn: 33420 --- llvm/tools/llvm-as/llvm-as.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/llvm-as/llvm-as.cpp') diff --git a/llvm/tools/llvm-as/llvm-as.cpp b/llvm/tools/llvm-as/llvm-as.cpp index dd29bc19e83..e3dbfb46be9 100644 --- a/llvm/tools/llvm-as/llvm-as.cpp +++ b/llvm/tools/llvm-as/llvm-as.cpp @@ -43,7 +43,7 @@ static cl::opt DumpAsm("d", cl::desc("Print assembly as parsed"), cl::Hidden); static cl::opt -NoCompress("disable-compression", cl::init(false), +NoCompress("disable-compression", cl::init(true), cl::desc("Don't compress the generated bytecode")); static cl::opt -- cgit v1.2.3