summaryrefslogtreecommitdiff
path: root/llvm_context.h
diff options
context:
space:
mode:
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;