From 81bc5088dd783421456c298b5fcc741c45acbea0 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 23 Aug 2006 20:39:25 +0000 Subject: For PR797: This library no longer throws nor handles exceptions, so turn off the REQUIRES_EH flag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29849 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Support/Makefile') diff --git a/lib/Support/Makefile b/lib/Support/Makefile index 1e52c9a556..6b96056aad 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 -- cgit v1.2.3