WriteBytecodeToFile throws, so this needs EH info.
authorChris Lattner <sabre@nondot.org>
Fri, 28 Jul 2006 21:55:54 +0000 (21:55 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 Jul 2006 21:55:54 +0000 (21:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29392 91177308-0d34-0410-b5e6-96231b3b80d8

examples/ModuleMaker/Makefile

index e24e0df49d734a5397789b3936668d771130c376..a6899ef05aedc42560fd87892abaea1953cdd33f 100644 (file)
@@ -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