From 3236ced25f152ca3035b335008056cd91af5f8bf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 28 Jul 2006 22:01:01 +0000 Subject: [PATCH] libsupport still throws. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29394 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Support/Makefile b/lib/Support/Makefile index 6b96056aad1..1e52c9a556b 100644 --- a/lib/Support/Makefile +++ b/lib/Support/Makefile @@ -11,5 +11,6 @@ LEVEL = ../.. PARALLEL_DIRS=bzip2 LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common