summaryrefslogtreecommitdiff
path: root/llvm_context.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-09-09 00:26:56 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-09-09 00:26:56 +0200
commitffa34a44a7e040f3c165e8ed53358dfd6d9a9dc6 (patch)
treea97bbf02bedca21fd21015a0bd6bb5bec6bfda20 /llvm_context.h
parentaa7317c027c436e776acb3b72dc03ab2da0df2b1 (diff)
Perform all thread-specific initialization in MLKLLVMCompiler#+initialize.
Diffstat (limited to 'llvm_context.h')
-rw-r--r--llvm_context.h2
1 files changed, 1 insertions, 1 deletions
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 <llvm/DerivedTypes.h>
#include <llvm/LLVMContext.h>
-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;