aboutsummaryrefslogtreecommitdiff
path: root/lib/Archive
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-28 22:00:24 +0000
committerChris Lattner <sabre@nondot.org>2006-07-28 22:00:24 +0000
commit435540f434fc1ea7f758dc059124cf8392993957 (patch)
treefc9524d01c0e1490e46db4eedbbf5d1481e24313 /lib/Archive
parente197821e1cc9fd0e844aaa21d65c536beb73a953 (diff)
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
Diffstat (limited to 'lib/Archive')
-rw-r--r--lib/Archive/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Archive/Makefile b/lib/Archive/Makefile
index 0ecf38b93f..39712b555f 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.