mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 14:03:14 +00:00
Rename the option for defeating compression to be a little more specific.
llvm-svn: 17567
This commit is contained in:
parent
19343b7bff
commit
1119c153b7
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user