These libs use EH info

llvm-svn: 29043
This commit is contained in:
Chris Lattner
2006-07-07 16:44:31 +00:00
parent 5987cfb7b1
commit 599ee8972d
3 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ LIBRARYNAME = LLVMArchive
# We only want an archive so only those modules actually used by a tool are
# included.
BUILD_ARCHIVE = 1
BUILD_ARCHIVE := 1
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common

View File

@@ -9,6 +9,7 @@
LEVEL = ../../..
LIBRARYNAME = LLVMBCReader
BUILD_ARCHIVE = 1
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common