Changes in directory llvm/tools/lli:
Makefile updated: 1.48 -> 1.49 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile | 1 + 1 files changed, 1 insertion(+) Index: llvm/tools/lli/Makefile diff -u llvm/tools/lli/Makefile:1.48 llvm/tools/lli/Makefile:1.49 --- llvm/tools/lli/Makefile:1.48 Mon Nov 29 01:17:19 2004 +++ llvm/tools/lli/Makefile Thu Jul 6 19:46:18 2006 @@ -9,6 +9,7 @@ LEVEL := ../.. TOOLNAME := lli LLVMLIBS := JIT +REQUIRES_EH := 1 # Enable JIT support include $(LEVEL)/Makefile.common _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits