summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-23 16:34:08 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-23 16:34:08 +0200
commitad05662ae05336aa5db20f9d34d5c1d5bba9d6c2 (patch)
tree14c0f6321acb8532a3a3d92a957404dfa1f66ee8 /MLKLLVMCompiler.h
parent13dc1ca7ca1d785313517b9f8d78e63414cb43df (diff)
Make compilers pluggable at runtime.
Diffstat (limited to 'MLKLLVMCompiler.h')
-rw-r--r--MLKLLVMCompiler.h2
1 files changed, 2 insertions, 0 deletions
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