[llvm-commits] CVS: llvm/tools/analyze/Makefile

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 6 17:46:49 PDT 2006



Changes in directory llvm/tools/analyze:

Makefile updated: 1.31 -> 1.32
---
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/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.31 llvm/tools/analyze/Makefile:1.32
--- llvm/tools/analyze/Makefile:1.31	Wed May 31 20:30:26 2006
+++ llvm/tools/analyze/Makefile	Thu Jul  6 19:46:18 2006
@@ -12,5 +12,6 @@
            LLVMDataStructure \
 	   LLVMScalarOpts.a LLVMTransforms.a LLVMTarget.a LLVMScalarOpts.a \
 	   LLVMTransformUtils.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list