diff options
author | Chris Lattner <sabre@nondot.org> | 2006-07-07 00:46:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-07-07 00:46:19 +0000 |
commit | 05a89702454611dd01b50f135442b1dd2879e451 (patch) | |
tree | 271d6f505e07787cd323f214f54b4c2686618370 /llvm/tools/llvm-extract | |
parent | f0858cb910f8d507e9c63b6c39ffe0ee1b173b23 (diff) | |
download | bcm5719-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-extract')
-rw-r--r-- | llvm/tools/llvm-extract/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-extract/Makefile b/llvm/tools/llvm-extract/Makefile index 73d5883403a..20a107c5c76 100644 --- a/llvm/tools/llvm-extract/Makefile +++ b/llvm/tools/llvm-extract/Makefile @@ -12,5 +12,6 @@ TOOLNAME = llvm-extract USEDLIBS = LLVMBCReader.a LLVMBCWriter.a LLVMTransforms.a LLVMipo.a \ LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a \ LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common |