commit | 0465fa9cf89a0c8a96cff6af59b0fbac9098471a | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jul 07 00:46:19 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jul 07 00:46:19 2006 +0000 |
tree | 720296d23fded0d5104ba873d82f0bbadfc63648 | |
parent | a539c0327119c6914979a85ceee2d7d3f72177fc [diff] [blame] |
Tools require EH for their top-level try blocks. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29035 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile index d6b65c8..cc3169c 100644 --- a/tools/llvm2cpp/Makefile +++ b/tools/llvm2cpp/Makefile
@@ -9,6 +9,7 @@ LEVEL = ../.. TOOLNAME = llvm2cpp USEDLIBS = LLVMBCReader.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common