From 0465fa9cf89a0c8a96cff6af59b0fbac9098471a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Jul 2006 00:46:19 +0000 Subject: 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 --- tools/llvm-ld/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/llvm-ld') diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile index eb2158a252..636aea4ef6 100644 --- a/tools/llvm-ld/Makefile +++ b/tools/llvm-ld/Makefile @@ -14,5 +14,6 @@ USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \ LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \ LLVMArchive.a LLVMBCReader.a LLVMBCWriter.a \ LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common -- cgit v1.2.3