[llvm-commits] CVS: llvm/tools/bugpoint/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 6 17:46:50 PDT 2006
Changes in directory llvm/tools/bugpoint:
Makefile updated: 1.17 -> 1.18
---
Log message:
Tools require EH for their top-level try blocks.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.17 llvm/tools/bugpoint/Makefile:1.18
--- llvm/tools/bugpoint/Makefile:1.17 Wed May 31 20:30:26 2006
+++ llvm/tools/bugpoint/Makefile Thu Jul 6 19:46:18 2006
@@ -17,5 +17,6 @@
LLVMTransformUtils.a \
LLVMAsmParser.a LLVMLinker.a LLVMBCReader.a LLVMBCWriter.a \
LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list