summaryrefslogtreecommitdiff
path: root/MLKLexicalContext-MLKLLVMCompilation.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-23 18:19:32 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-23 18:19:32 +0200
commit6f71f22d665d7d629fd34f8ec3ba21ef84dda31a (patch)
tree4cd5a42567e78030ae6f0e31de1dc7be4ff87ede /MLKLexicalContext-MLKLLVMCompilation.h
parentad05662ae05336aa5db20f9d34d5c1d5bba9d6c2 (diff)
Factor the LLVM compiler out into its own library.
Diffstat (limited to 'MLKLexicalContext-MLKLLVMCompilation.h')
-rw-r--r--MLKLexicalContext-MLKLLVMCompilation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKLexicalContext-MLKLLVMCompilation.h b/MLKLexicalContext-MLKLLVMCompilation.h
index d791765..4f4c849 100644
--- a/MLKLexicalContext-MLKLLVMCompilation.h
+++ b/MLKLexicalContext-MLKLLVMCompilation.h
@@ -31,6 +31,8 @@ using namespace llvm;
#endif
+extern id MLKDummyUseLLVMLexicalContext;
+
@interface MLKLexicalContext (MLKLLVMCompilation)
#ifdef __cplusplus
-(void) setVariableHeapAllocation:(BOOL)heapp forSymbol:(id)name;