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

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



Changes in directory llvm/tools/opt:

Makefile updated: 1.55 -> 1.56
---
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/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.55 llvm/tools/opt/Makefile:1.56
--- llvm/tools/opt/Makefile:1.55	Wed May 31 20:30:27 2006
+++ llvm/tools/opt/Makefile	Thu Jul  6 19:46:19 2006
@@ -8,6 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = opt
+REQUIRES_EH := 1
 
 USEDLIBS = LLVMBCReader.a LLVMBCWriter.a LLVMInstrumentation.a \
 	   LLVMScalarOpts.a LLVMipo.a LLVMipa.a LLVMDataStructure LLVMTransforms.a \






More information about the llvm-commits mailing list