[llvm-commits] CVS: llvm/tools/llvm-link/llvm-link.cpp
Chris Lattner
sabre at nondot.org
Sun May 6 16:23:35 PDT 2007
Changes in directory llvm/tools/llvm-link:
llvm-link.cpp updated: 1.65 -> 1.66
---
Log message:
remove dead option
---
Diffs of the changes: (+0 -3)
llvm-link.cpp | 3 ---
1 files changed, 3 deletions(-)
Index: llvm/tools/llvm-link/llvm-link.cpp
diff -u llvm/tools/llvm-link/llvm-link.cpp:1.65 llvm/tools/llvm-link/llvm-link.cpp:1.66
--- llvm/tools/llvm-link/llvm-link.cpp:1.65 Sun May 6 04:29:57 2007
+++ llvm/tools/llvm-link/llvm-link.cpp Sun May 6 18:23:17 2007
@@ -42,9 +42,6 @@
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...
//
More information about the llvm-commits
mailing list