For PR797:
authorReid Spencer <rspencer@reidspencer.com>
Wed, 23 Aug 2006 20:39:25 +0000 (20:39 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 23 Aug 2006 20:39:25 +0000 (20:39 +0000)
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

index 1e52c9a556b25ae4dc8d2af1e35f21018d01663c..6b96056aad1d4777a8f4305e7a181a16faa3315a 100644 (file)
@@ -11,6 +11,5 @@ LEVEL = ../..
 PARALLEL_DIRS=bzip2
 LIBRARYNAME = LLVMSupport
 BUILD_ARCHIVE = 1
-REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common