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 70a4459b3e
commit d583e06b7d

View File

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