aboutsummaryrefslogtreecommitdiffstats
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
parente197821e1cc9fd0e844aaa21d65c536beb73a953 (diff)
downloadexternal_llvm-435540f434fc1ea7f758dc059124cf8392993957.zip
external_llvm-435540f434fc1ea7f758dc059124cf8392993957.tar.gz
external_llvm-435540f434fc1ea7f758dc059124cf8392993957.tar.bz2
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
-rw-r--r--lib/Archive/Makefile1
-rw-r--r--lib/Bytecode/Archive/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/Archive/Makefile b/lib/Archive/Makefile
index 0ecf38b..39712b5 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 0ecf38b..39712b5 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.