From: Reid Spencer Date: Wed, 23 Aug 2006 20:39:25 +0000 (+0000) Subject: For PR797: X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=81bc5088dd783421456c298b5fcc741c45acbea0;p=oota-llvm.git 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 --- 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