[vmkit-commits] [vmkit] r83540 - /vmkit/trunk/include/mvm/JIT.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Thu Oct 8 02:05:03 PDT 2009


Author: geoffray
Date: Thu Oct  8 04:05:02 2009
New Revision: 83540

URL: http://llvm.org/viewvc/llvm-project?rev=83540&view=rev
Log:
Forgot that file from last commit.


Modified:
    vmkit/trunk/include/mvm/JIT.h

Modified: vmkit/trunk/include/mvm/JIT.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/include/mvm/JIT.h?rev=83540&r1=83539&r2=83540&view=diff

==============================================================================
--- vmkit/trunk/include/mvm/JIT.h (original)
+++ vmkit/trunk/include/mvm/JIT.h Thu Oct  8 04:05:02 2009
@@ -186,6 +186,7 @@
    static void initialise(llvm::CodeGenOpt::Level = llvm::CodeGenOpt::Default,
                          llvm::Module* TheModule = 0,
                          llvm::TargetMachine* TheTarget = 0);
+   static void loadBytecodeFile(const std::string& str);
 
    static int disassemble(unsigned int* addr);
   





More information about the vmkit-commits mailing list