summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/llvm-as/llvm-as.cpp2
-rw-r--r--llvm/tools/llvm-link/llvm-link.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-as/llvm-as.cpp b/llvm/tools/llvm-as/llvm-as.cpp
index 9ea24f3f700..acfe1756b50 100644
--- a/llvm/tools/llvm-as/llvm-as.cpp
+++ b/llvm/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>
diff --git a/llvm/tools/llvm-link/llvm-link.cpp b/llvm/tools/llvm-link/llvm-link.cpp
index a07cd4bf80a..7de3ba118a4 100644
--- a/llvm/tools/llvm-link/llvm-link.cpp
+++ b/llvm/tools/llvm-link/llvm-link.cpp
@@ -42,7 +42,7 @@ 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("no-compress", cl::init(false),
+static cl::opt<bool> NoCompress("disable-compression", cl::init(false),
cl::desc("Don't ompress the generated bytecode"));
// LoadFile - Read the specified bytecode file in and return it. This routine
OpenPOWER on IntegriCloud