For PR797:

This library no longer throws nor handles exceptions, so turn off the
REQUIRES_EH flag.

llvm-svn: 29849
This commit is contained in:
Reid Spencer 2006-08-23 20:39:25 +00:00
parent d62a96323d
commit 2fe39fea85
1 changed files with 0 additions and 1 deletions

View File

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