From: Chris Lattner Date: Fri, 7 Jul 2006 00:47:29 +0000 (+0000) Subject: This uses EH extensively X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a98a81e92a5a4b1631034fc44604b556cf50e581;p=oota-llvm.git This uses EH extensively git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29036 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/System/Makefile b/lib/System/Makefile index 85de7369fc4..c43009a1e07 100644 --- a/lib/System/Makefile +++ b/lib/System/Makefile @@ -10,6 +10,7 @@ LEVEL = ../.. LIBRARYNAME = LLVMSystem BUILD_ARCHIVE = 1 +REQUIRES_EH := 1 EXTRA_DIST = Unix Win32 README.txt