summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Archive/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-07-07 20:56:50 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-07-07 20:56:50 +0000
commit8d8a7ffe580c622e7e43f1426bca64e517de0d06 (patch)
treec60daf1d048ab2afd3e3b491113c4e7697ee1f4a /lib/Bytecode/Archive/Makefile
parent3039b99697639479bf7ce1a447cb0b9a580a7606 (diff)
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
in lib/Bytecode/Archive/Makefile is now removed. One small step closer to a smaller LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29067 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Archive/Makefile')
-rw-r--r--lib/Bytecode/Archive/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bytecode/Archive/Makefile b/lib/Bytecode/Archive/Makefile
index 37e67ca4fb1..0ecf38b93f0 100644
--- a/lib/Bytecode/Archive/Makefile
+++ b/lib/Bytecode/Archive/Makefile
@@ -13,6 +13,5 @@ LIBRARYNAME = LLVMArchive
# We only want an archive so only those modules actually used by a tool are
# included.
BUILD_ARCHIVE := 1
-REQUIRES_EH := 1
include $(LEVEL)/Makefile.common