mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
Add support to count the number of dynamic instructions executed by LLI
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4955 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -21,10 +21,7 @@ MainFunction ("f", cl::desc("Function to execute"), cl::init("main"),
|
||||
cl::value_desc("function name"));
|
||||
|
||||
static cl::opt<bool>
|
||||
DebugMode("debug", cl::desc("Start program in debugger"));
|
||||
|
||||
static cl::alias
|
||||
DebugModeA("d", cl::desc("Alias for -debug"), cl::aliasopt(DebugMode));
|
||||
DebugMode("d", cl::desc("Start program in debugger"));
|
||||
|
||||
static cl::opt<bool>
|
||||
TraceMode("trace", cl::desc("Enable Tracing"));
|
||||
|
Reference in New Issue
Block a user