summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-28 21:55:54 +0000
committerChris Lattner <sabre@nondot.org>2006-07-28 21:55:54 +0000
commite197821e1cc9fd0e844aaa21d65c536beb73a953 (patch)
tree4eb81a487acd17491c2604e13d4c065e5d5a9b3e /examples
parent513748dfc1608e0300f6b2fe3c092e04e207d0fe (diff)
downloadllvm-e197821e1cc9fd0e844aaa21d65c536beb73a953.tar.gz
llvm-e197821e1cc9fd0e844aaa21d65c536beb73a953.tar.bz2
llvm-e197821e1cc9fd0e844aaa21d65c536beb73a953.tar.xz
WriteBytecodeToFile throws, so this needs EH info.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29392 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/ModuleMaker/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile
index e24e0df49d..a6899ef05a 100644
--- a/examples/ModuleMaker/Makefile
+++ b/examples/ModuleMaker/Makefile
@@ -9,6 +9,7 @@
LEVEL=../..
TOOLNAME=ModuleMaker
EXAMPLE_TOOL = 1
+REQUIRES_EH = 1
USEDLIBS= LLVMBCWriter.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
include $(LEVEL)/Makefile.common