mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-01 07:09:02 +00:00
hide this option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21959 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
adf6a965a3
commit
6bc2dc7b2c
@ -28,7 +28,7 @@ namespace llvm {
|
||||
|
||||
SchedDebugLevel_t SchedDebugLevel;
|
||||
|
||||
static cl::opt<bool> EnableFillingDelaySlots("sched-fill-delay-slots",
|
||||
static cl::opt<bool> EnableFillingDelaySlots("sched-fill-delay-slots", cl::Hidden,
|
||||
cl::desc("Fill branch delay slots during local scheduling"));
|
||||
|
||||
static cl::opt<SchedDebugLevel_t, true>
|
||||
|
@ -58,7 +58,7 @@ namespace {
|
||||
cl::opt<bool> DisablePeephole("disable-peephole",
|
||||
cl::desc("Disable peephole optimization pass"));
|
||||
|
||||
cl::opt<bool, true> EmitMappingInfoOpt("enable-maps",
|
||||
cl::opt<bool, true> EmitMappingInfoOpt("enable-maps", cl::ReallyHidden,
|
||||
cl::location(EmitMappingInfo),
|
||||
cl::init(false),
|
||||
cl::desc("Emit LLVM-to-MachineCode mapping info to assembly"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user