mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Move MCOptions that aren't shared between programs into their specific
program and have them initialize the MCOptions struct explicitly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209321 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -159,6 +159,9 @@ MainFileName("main-file-name",
|
||||
static cl::opt<bool> SaveTempLabels("save-temp-labels",
|
||||
cl::desc("Don't discard temporary labels"));
|
||||
|
||||
static cl::opt<bool> NoExecStack("no-exec-stack",
|
||||
cl::desc("File doesn't need an exec stack"));
|
||||
|
||||
enum ActionType {
|
||||
AC_AsLex,
|
||||
AC_Assemble,
|
||||
|
Reference in New Issue
Block a user