mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
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
This commit is contained in:
parent
34b9071a3d
commit
4b5fdc71c9
@ -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…
Reference in New Issue
Block a user