summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-as
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-07 00:46:19 +0000
committerChris Lattner <sabre@nondot.org>2006-07-07 00:46:19 +0000
commit05a89702454611dd01b50f135442b1dd2879e451 (patch)
tree271d6f505e07787cd323f214f54b4c2686618370 /llvm/tools/llvm-as
parentf0858cb910f8d507e9c63b6c39ffe0ee1b173b23 (diff)
downloadbcm5719-llvm-05a89702454611dd01b50f135442b1dd2879e451.tar.gz
bcm5719-llvm-05a89702454611dd01b50f135442b1dd2879e451.zip
Tools require EH for their top-level try blocks.
llvm-svn: 29035
Diffstat (limited to 'llvm/tools/llvm-as')
-rw-r--r--llvm/tools/llvm-as/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-as/Makefile b/llvm/tools/llvm-as/Makefile
index 73dcb06aff4..bd7c3d3eec0 100644
--- a/llvm/tools/llvm-as/Makefile
+++ b/llvm/tools/llvm-as/Makefile
@@ -10,5 +10,6 @@ LEVEL = ../..
TOOLNAME = llvm-as
USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMCore.a \
LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud