summaryrefslogtreecommitdiff
path: root/lib/Archive
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-07 16:44:31 +0000
committerChris Lattner <sabre@nondot.org>2006-07-07 16:44:31 +0000
commit7c339b8ca26d1a67ff104c7a4011728a10b22dd5 (patch)
tree85906271588f3ebbea55910cc70112cfb3a2d972 /lib/Archive
parent206ee9d86cd4e78176fad6bfa2b016023edf5df7 (diff)
downloadllvm-7c339b8ca26d1a67ff104c7a4011728a10b22dd5.tar.gz
llvm-7c339b8ca26d1a67ff104c7a4011728a10b22dd5.tar.bz2
llvm-7c339b8ca26d1a67ff104c7a4011728a10b22dd5.tar.xz
These libs use EH info
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Archive')
-rw-r--r--lib/Archive/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Archive/Makefile b/lib/Archive/Makefile
index e8cc803c78..37e67ca4fb 100644
--- a/lib/Archive/Makefile
+++ b/lib/Archive/Makefile
@@ -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