diff options
Diffstat (limited to 'tools/llvm-as')
-rw-r--r-- | tools/llvm-as/llvm-as.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp index 9ea24f3..acfe175 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> |