These libs use EH info
authorChris Lattner <sabre@nondot.org>
Fri, 7 Jul 2006 16:44:31 +0000 (16:44 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Jul 2006 16:44:31 +0000 (16:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29043 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Archive/Makefile
lib/AsmParser/Makefile
lib/Bytecode/Archive/Makefile
lib/Bytecode/Reader/Makefile

index e8cc803c785399e06d4cb98b44fbee93d2ede541..37e67ca4fb1f3d9a7112f071b0f93e5053934eaa 100644 (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
index 75ae34542a8cb387c367b1764edbca9164832170..9755571d07cae1cc8bef49628220067125292831 100644 (file)
@@ -10,6 +10,7 @@
 LEVEL = ../..
 LIBRARYNAME := LLVMAsmParser
 BUILD_ARCHIVE = 1
+REQUIRES_EH := 1
 EXTRA_DIST := Lexer.cpp.cvs Lexer.l.cvs \
               llvmAsmParser.cpp.cvs llvmAsmParser.h.cvs llvmAsmParser.y.cvs
 
index e8cc803c785399e06d4cb98b44fbee93d2ede541..37e67ca4fb1f3d9a7112f071b0f93e5053934eaa 100644 (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
index a86d008715f37fbacf0d90fca4ef9a2e3c45f9ba..989eba74088387ba0b9f7699d576a542da536a0a 100644 (file)
@@ -9,6 +9,7 @@
 LEVEL = ../../..
 LIBRARYNAME = LLVMBCReader
 BUILD_ARCHIVE = 1
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common