[llvm-commits] CVS: llvm/tools/llvm-ld/llvm-ld.cpp

Chris Lattner sabre at nondot.org
Sat Jan 20 22:34:14 PST 2007



Changes in directory llvm/tools/llvm-ld:

llvm-ld.cpp updated: 1.45 -> 1.46
---
Log message:

default to emiting an uncompressed .bc file


---
Diffs of the changes:  (+1 -1)

 llvm-ld.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/llvm-ld/llvm-ld.cpp
diff -u llvm/tools/llvm-ld/llvm-ld.cpp:1.45 llvm/tools/llvm-ld/llvm-ld.cpp:1.46
--- llvm/tools/llvm-ld/llvm-ld.cpp:1.45	Wed Dec  6 19:30:31 2006
+++ llvm/tools/llvm-ld/llvm-ld.cpp	Sun Jan 21 00:33:59 2007
@@ -74,7 +74,7 @@
 static cl::opt<bool>NativeCBE("native-cbe",
   cl::desc("Generate a native binary with the C backend and GCC"));
 
-static cl::opt<bool>DisableCompression("disable-compression",cl::init(false),
+static cl::opt<bool>DisableCompression("disable-compression", cl::init(true),
   cl::desc("Disable writing of compressed bytecode files"));
 
 static cl::list<std::string> PostLinkOpts("post-link-opts",






More information about the llvm-commits mailing list