forked from OSchip/llvm-project
Make the -L option for SaveTempLabels not be static. No functional change.
Note: This option name is terrible, we should fix this. llvm-svn: 208929
This commit is contained in:
parent
e09cfc5f8a
commit
3224ebc88d
|
@ -40,8 +40,7 @@ cl::opt<bool> EnableDwarfDirectory(
|
|||
cl::opt<bool> NoExecStack("mc-no-exec-stack",
|
||||
cl::desc("File doesn't need an exec stack"));
|
||||
|
||||
static cl::opt<bool>
|
||||
SaveTempLabels("L", cl::desc("Don't discard temporary labels"));
|
||||
cl::opt<bool> SaveTempLabels("L", cl::desc("Don't discard temporary labels"));
|
||||
|
||||
static inline MCTargetOptions InitMCTargetOptionsFromFlags() {
|
||||
MCTargetOptions Options;
|
||||
|
|
Loading…
Reference in New Issue