summaryrefslogtreecommitdiff
path: root/llvm_context.mm
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-03-29 22:16:50 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-03-29 22:16:50 +0100
commitcc920390a43b6e79caba2b113621d54bcc954d76 (patch)
treeccf52108bc663fc624b9cd04ee879e4df471974b /llvm_context.mm
parent562318bc16804f13d07ce81493e7d4f032c5bc42 (diff)
Update to LLVM 3.2.
Diffstat (limited to 'llvm_context.mm')
-rw-r--r--llvm_context.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_context.mm b/llvm_context.mm
index ecf71a0..5eefdb4 100644
--- a/llvm_context.mm
+++ b/llvm_context.mm
@@ -12,7 +12,7 @@
#include <llvm/DerivedTypes.h>
#include <llvm/LLVMContext.h>
-#include <llvm/Support/TypeBuilder.h>
+//#include <llvm/Support/TypeBuilder.h>
using namespace llvm;
LLVMContext *llvm_context;