From ffa34a44a7e040f3c165e8ed53358dfd6d9a9dc6 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 9 Sep 2011 00:26:56 +0200 Subject: Perform all thread-specific initialization in MLKLLVMCompiler#+initialize. --- llvm_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm_context.h') diff --git a/llvm_context.h b/llvm_context.h index 4a2600a..f2acdd7 100644 --- a/llvm_context.h +++ b/llvm_context.h @@ -12,7 +12,7 @@ #include #include -extern llvm::LLVMContext llvm_context; +extern llvm::LLVMContext* llvm_context; extern const llvm::Type* Int8Ty; extern const llvm::Type* Int16Ty; extern const llvm::Type* Int32Ty; -- cgit v1.2.3