mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 09:22:31 +00:00
Namespace correctness is good
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3088 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c7a0985995
commit
db14500d88
@ -10,13 +10,13 @@
|
||||
#include "Interpreter.h"
|
||||
#include "Support/CommandLine.h"
|
||||
|
||||
static cl::opt<string>
|
||||
static cl::opt<std::string>
|
||||
InputFile(cl::desc("<input bytecode>"), cl::Positional, cl::init("-"));
|
||||
|
||||
static cl::list<std::string>
|
||||
InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
|
||||
|
||||
static cl::opt<string>
|
||||
static cl::opt<std::string>
|
||||
MainFunction ("f", cl::desc("Function to execute"), cl::init("main"),
|
||||
cl::value_desc("function name"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user