Provide argv for commands
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Interpreter.h
index d9a6834128dc85f05ab63bdc9d272dbdc7a88969..5b123466aa6eebff34121cb131c7110a4d6bc1fd 100644 (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