mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Make the -L option for SaveTempLabels not be static. No functional change.
Note: This option name is terrible, we should fix this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208929 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
121cddc0fd
commit
ae787d36ee
@ -40,8 +40,7 @@ cl::opt<bool> EnableDwarfDirectory(
|
|||||||
cl::opt<bool> NoExecStack("mc-no-exec-stack",
|
cl::opt<bool> NoExecStack("mc-no-exec-stack",
|
||||||
cl::desc("File doesn't need an exec stack"));
|
cl::desc("File doesn't need an exec stack"));
|
||||||
|
|
||||||
static cl::opt<bool>
|
cl::opt<bool> SaveTempLabels("L", cl::desc("Don't discard temporary labels"));
|
||||||
SaveTempLabels("L", cl::desc("Don't discard temporary labels"));
|
|
||||||
|
|
||||||
static inline MCTargetOptions InitMCTargetOptionsFromFlags() {
|
static inline MCTargetOptions InitMCTargetOptionsFromFlags() {
|
||||||
MCTargetOptions Options;
|
MCTargetOptions Options;
|
||||||
|
Loading…
Reference in New Issue
Block a user