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

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



Changes in directory llvm/tools/llvm2cpp:

Makefile updated: 1.6 -> 1.7
---
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/llvm2cpp/Makefile
diff -u llvm/tools/llvm2cpp/Makefile:1.6 llvm/tools/llvm2cpp/Makefile:1.7
--- llvm/tools/llvm2cpp/Makefile:1.6	Thu Jul  6 18:48:57 2006
+++ llvm/tools/llvm2cpp/Makefile	Thu Jul  6 19:46:19 2006
@@ -9,6 +9,7 @@
 LEVEL = ../..
 TOOLNAME = llvm2cpp
 USEDLIBS = LLVMBCReader.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list