diff options
Diffstat (limited to 'tools/llvm-link')
-rw-r--r-- | tools/llvm-link/llvm-link.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp index aceb90889b..b19213a6fa 100644 --- a/tools/llvm-link/llvm-link.cpp +++ b/tools/llvm-link/llvm-link.cpp @@ -42,9 +42,6 @@ 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(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... // |