summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
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
commit2fe39fea859492a20ad89959899c142af9b07133 (patch)
treee58f7a62368cb5718e630b27394ad68920114203 /llvm/lib/Support
parentd62a96323d194751d74f5b3bf4d67201004620e5 (diff)
downloadbcm5719-llvm-2fe39fea859492a20ad89959899c142af9b07133.tar.gz
bcm5719-llvm-2fe39fea859492a20ad89959899c142af9b07133.zip
For PR797:
This library no longer throws nor handles exceptions, so turn off the REQUIRES_EH flag. llvm-svn: 29849
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Makefile b/llvm/lib/Support/Makefile
index 1e52c9a556b..6b96056aad1 100644
--- a/llvm/lib/Support/Makefile
+++ b/llvm/lib/Support/Makefile
@@ -11,6 +11,5 @@ LEVEL = ../..
PARALLEL_DIRS=bzip2
LIBRARYNAME = LLVMSupport
BUILD_ARCHIVE = 1
-REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud