From d583e06b7dead07bdd14938af896a263d1cc8973 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 23 Aug 2006 20:39:25 +0000 Subject: [PATCH] For PR797: This library no longer throws nor handles exceptions, so turn off the REQUIRES_EH flag. llvm-svn: 29849 --- lib/Support/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Support/Makefile b/lib/Support/Makefile index 1e52c9a556b..6b96056aad1 100644 --- a/lib/Support/Makefile +++ b/lib/Support/Makefile @@ -11,6 +11,5 @@ LEVEL = ../.. PARALLEL_DIRS=bzip2 LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 -REQUIRES_EH := 1 include $(LEVEL)/Makefile.common