summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-prof
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-prof
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-prof')
-rw-r--r--llvm/tools/llvm-prof/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-prof/Makefile b/llvm/tools/llvm-prof/Makefile
index 029297a5711..9774f64fa1a 100644
--- a/llvm/tools/llvm-prof/Makefile
+++ b/llvm/tools/llvm-prof/Makefile
@@ -11,5 +11,6 @@ LEVEL = ../..
TOOLNAME = llvm-prof
USEDLIBS = LLVMAnalysis.a LLVMBCReader.a \
LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud