From ad05662ae05336aa5db20f9d34d5c1d5bba9d6c2 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 23 Aug 2008 16:34:08 +0200 Subject: Make compilers pluggable at runtime. --- MLKLLVMCompiler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MLKLLVMCompiler.h') diff --git a/MLKLLVMCompiler.h b/MLKLLVMCompiler.h index cf2823b..8a10c86 100644 --- a/MLKLLVMCompiler.h +++ b/MLKLLVMCompiler.h @@ -32,6 +32,8 @@ using namespace llvm; #endif @interface MLKLLVMCompiler : NSObject ++(void) load; + +(void) initialize; +(id) compile:(id)object -- cgit v1.2.3