summaryrefslogtreecommitdiff
path: root/lib/Support/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-23 20:39:25 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-23 20:39:25 +0000
commit81bc5088dd783421456c298b5fcc741c45acbea0 (patch)
tree6e9be9a0800ada88c869227e9691ad0514e70914 /lib/Support/Makefile
parent30493372f3d403c9637eb479e7d0c4388b715c41 (diff)
downloadllvm-81bc5088dd783421456c298b5fcc741c45acbea0.tar.gz
llvm-81bc5088dd783421456c298b5fcc741c45acbea0.tar.bz2
llvm-81bc5088dd783421456c298b5fcc741c45acbea0.tar.xz
For PR797:
This library no longer throws nor handles exceptions, so turn off the REQUIRES_EH flag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Makefile')
-rw-r--r--lib/Support/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Support/Makefile b/lib/Support/Makefile
index 1e52c9a556..6b96056aad 100644
--- a/lib/Support/Makefile
+++ b/lib/Support/Makefile
@@ -11,6 +11,5 @@ LEVEL = ../..
PARALLEL_DIRS=bzip2
LIBRARYNAME = LLVMSupport
BUILD_ARCHIVE = 1
-REQUIRES_EH := 1
include $(LEVEL)/Makefile.common