From 0465fa9cf89a0c8a96cff6af59b0fbac9098471a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Jul 2006 00:46:19 +0000 Subject: Tools require EH for their top-level try blocks. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29035 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lli/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/lli') diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 0e537f9d7d..8952b12f98 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -9,6 +9,7 @@ LEVEL := ../.. TOOLNAME := lli LLVMLIBS := JIT +REQUIRES_EH := 1 # Enable JIT support include $(LEVEL)/Makefile.common -- cgit v1.2.3