summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.mm
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLLVMCompiler.mm')
-rw-r--r--MLKLLVMCompiler.mm9
1 files changed, 9 insertions, 0 deletions
diff --git a/MLKLLVMCompiler.mm b/MLKLLVMCompiler.mm
index aa0ab79..4b63a89 100644
--- a/MLKLLVMCompiler.mm
+++ b/MLKLLVMCompiler.mm
@@ -76,6 +76,15 @@ static Constant
@implementation MLKLLVMCompiler
++(void) load
+{
+ if (!MLKDefaultCompiler)
+ {
+ MLKDefaultCompiler = self;
+ MLKLoadCompilesP = YES;
+ }
+}
+
+(void) initialize
{
module = new llvm::Module ("MLKLLVMModule");