From: Chris Lattner Date: Fri, 28 Jul 2006 22:00:24 +0000 (+0000) Subject: Exceptions are thrown by and through this library. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=435540f434fc1ea7f758dc059124cf8392993957;p=oota-llvm.git Exceptions are thrown by and through this library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29393 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Archive/Makefile b/lib/Archive/Makefile index 0ecf38b93f0..39712b555f4 100644 --- a/lib/Archive/Makefile +++ b/lib/Archive/Makefile @@ -9,6 +9,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMArchive +REQUIRES_EH := 1 # We only want an archive so only those modules actually used by a tool are # included. diff --git a/lib/Bytecode/Archive/Makefile b/lib/Bytecode/Archive/Makefile index 0ecf38b93f0..39712b555f4 100644 --- a/lib/Bytecode/Archive/Makefile +++ b/lib/Bytecode/Archive/Makefile @@ -9,6 +9,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMArchive +REQUIRES_EH := 1 # We only want an archive so only those modules actually used by a tool are # included.