libsupport still throws.
authorChris Lattner <sabre@nondot.org>
Fri, 28 Jul 2006 22:01:01 +0000 (22:01 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 Jul 2006 22:01:01 +0000 (22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29394 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Makefile

index 6b96056aad1d4777a8f4305e7a181a16faa3315a..1e52c9a556b25ae4dc8d2af1e35f21018d01663c 100644 (file)
@@ -11,5 +11,6 @@ LEVEL = ../..
 PARALLEL_DIRS=bzip2
 LIBRARYNAME = LLVMSupport
 BUILD_ARCHIVE = 1
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common