From 6f71f22d665d7d629fd34f8ec3ba21ef84dda31a Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 23 Aug 2008 18:19:32 +0200 Subject: Factor the LLVM compiler out into its own library. --- MLKLexicalContext-MLKLLVMCompilation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MLKLexicalContext-MLKLLVMCompilation.h') 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; -- cgit v1.2.3