From 6da9d8ecf9fee8e64f922021592e3aeb1a2445bf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 28 Jul 2006 22:01:01 +0000 Subject: libsupport still throws. llvm-svn: 29394 --- llvm/lib/Support/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support') diff --git a/llvm/lib/Support/Makefile b/llvm/lib/Support/Makefile index 6b96056aad1..1e52c9a556b 100644 --- a/llvm/lib/Support/Makefile +++ b/llvm/lib/Support/Makefile @@ -11,5 +11,6 @@ LEVEL = ../.. PARALLEL_DIRS=bzip2 LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common -- cgit v1.2.3