mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Rename -emitmaps to -enable-maps
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7913 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bdfb1d83d2
commit
77d2f511c0
@ -46,7 +46,7 @@ static cl::opt<bool> DisableSched("disable-sched",
|
|||||||
static cl::opt<bool> DisablePeephole("disable-peephole",
|
static cl::opt<bool> DisablePeephole("disable-peephole",
|
||||||
cl::desc("Disable peephole optimization pass"));
|
cl::desc("Disable peephole optimization pass"));
|
||||||
|
|
||||||
static cl::opt<bool> EmitMappingInfo("emitmaps",
|
static cl::opt<bool> EmitMappingInfo("enable-maps",
|
||||||
cl::desc("Emit LLVM-to-MachineCode mapping info to assembly"));
|
cl::desc("Emit LLVM-to-MachineCode mapping info to assembly"));
|
||||||
|
|
||||||
static cl::opt<bool> DisableStrip("disable-strip",
|
static cl::opt<bool> DisableStrip("disable-strip",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user