summaryrefslogtreecommitdiff
path: root/tools/llvm-as/llvm-as.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-07 05:50:16 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-07 05:50:16 +0000
commit4b5fdc71c91119793fed5cb69a520823d9d80f6a (patch)
tree1aacfe8ded4d6f88d2f430b7f5060a9b0ddd1f58 /tools/llvm-as/llvm-as.cpp
parent34b9071a3da37e5c8e42dfb6f5610260f4c87b22 (diff)
downloadllvm-4b5fdc71c91119793fed5cb69a520823d9d80f6a.tar.gz
llvm-4b5fdc71c91119793fed5cb69a520823d9d80f6a.tar.bz2
llvm-4b5fdc71c91119793fed5cb69a520823d9d80f6a.tar.xz
Rename the option for defeating compression to be a little more specific.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-as/llvm-as.cpp')
-rw-r--r--tools/llvm-as/llvm-as.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp
index 9ea24f3f70..acfe1756b5 100644
--- a/tools/llvm-as/llvm-as.cpp
+++ b/tools/llvm-as/llvm-as.cpp
@@ -40,7 +40,7 @@ Force("f", cl::desc("Overwrite output files"));
static cl::opt<bool>
DumpAsm("d", cl::desc("Print assembly as parsed"), cl::Hidden);
-static cl::opt<bool> NoCompress("no-compress", cl::init(false),
+static cl::opt<bool> NoCompress("disable-compression", cl::init(false),
cl::desc("Don't ompress the generated bytecode"));
static cl::opt<bool>