Changes in directory llvm/tools/llvm-extract:
Makefile updated: 1.4 -> 1.5 --- 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/llvm-extract/Makefile diff -u llvm/tools/llvm-extract/Makefile:1.4 llvm/tools/llvm-extract/Makefile:1.5 --- llvm/tools/llvm-extract/Makefile:1.4 Wed May 31 20:30:27 2006 +++ llvm/tools/llvm-extract/Makefile Thu Jul 6 19:46:18 2006 @@ -12,5 +12,6 @@ USEDLIBS = LLVMBCReader.a LLVMBCWriter.a LLVMTransforms.a LLVMipo.a \ LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a \ LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits