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.mm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MLKLexicalContext-MLKLLVMCompilation.mm') diff --git a/MLKLexicalContext-MLKLLVMCompilation.mm b/MLKLexicalContext-MLKLLVMCompilation.mm index 22d211d..45208ed 100644 --- a/MLKLexicalContext-MLKLLVMCompilation.mm +++ b/MLKLexicalContext-MLKLLVMCompilation.mm @@ -31,6 +31,8 @@ using namespace llvm; using namespace std; +id MLKDummyUseLLVMLexicalContext = nil; + @implementation MLKLexicalContext (MLKLLVMCompilation) -(void) setVariableHeapAllocation:(BOOL)heapp forSymbol:(id)name -- cgit v1.2.3