summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-28 22:01:01 +0000
committerChris Lattner <sabre@nondot.org>2006-07-28 22:01:01 +0000
commit3236ced25f152ca3035b335008056cd91af5f8bf (patch)
tree19087c8d17c3a4c8e74f7925e77dd019c5ba3bbc
parent435540f434fc1ea7f758dc059124cf8392993957 (diff)
downloadllvm-3236ced25f152ca3035b335008056cd91af5f8bf.tar.gz
llvm-3236ced25f152ca3035b335008056cd91af5f8bf.tar.bz2
llvm-3236ced25f152ca3035b335008056cd91af5f8bf.tar.xz
libsupport still throws.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29394 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Support/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/Makefile b/lib/Support/Makefile
index 6b96056aad..1e52c9a556 100644
--- a/lib/Support/Makefile
+++ b/lib/Support/Makefile
@@ -11,5 +11,6 @@ LEVEL = ../..
PARALLEL_DIRS=bzip2
LIBRARYNAME = LLVMSupport
BUILD_ARCHIVE = 1
+REQUIRES_EH := 1
include $(LEVEL)/Makefile.common