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:
Brian Gaeke 2003-08-16 00:23:16 +00:00
parent bdfb1d83d2
commit 77d2f511c0

View File

@ -46,7 +46,7 @@ static cl::opt<bool> DisableSched("disable-sched",
static cl::opt<bool> DisablePeephole("disable-peephole",
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"));
static cl::opt<bool> DisableStrip("disable-strip",