Implement PR1240
[oota-llvm.git] / lib / ExecutionEngine / JIT / JIT.h
index c8c89871e827b3819c852e838be592893a7564a1..95105c9b6f1d8bf1ebe5d3945ec6ecc9e6546fd2 100644 (file)
@@ -71,7 +71,7 @@ public:
   /// create - Create an return a new JIT compiler if there is one available
   /// for the current target.  Otherwise, return null.
   ///
-  static ExecutionEngine *create(ModuleProvider *MP);
+  static ExecutionEngine *create(ModuleProvider *MP, std::string* = 0);
 
   /// run - Start execution with the specified function and arguments.
   ///