Provide argv for commands

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@987 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2001-10-27 05:54:31 +00:00
parent caccd761a6
commit 204eec3f57
4 changed files with 25 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ public:
// Hack until we can parse command line args...
bool callMainMethod(const string &MainName,
const string &InputFilename);
const vector<string> &InputFilename);
void list(); // Do the 'list' command
void printStackTrace(); // Do the 'backtrace' command