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

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



Changes in directory llvm/tools/llvmc:

Makefile updated: 1.19 -> 1.20
---
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/llvmc/Makefile
diff -u llvm/tools/llvmc/Makefile:1.19 llvm/tools/llvmc/Makefile:1.20
--- llvm/tools/llvmc/Makefile:1.19	Wed Jun 21 12:26:13 2006
+++ llvm/tools/llvmc/Makefile	Thu Jul  6 19:46:19 2006
@@ -11,6 +11,7 @@
 USEDLIBS = LLVMCore.a LLVMSupport.a LLVMSystem.a
 CONFIG_FILES = c cpp ll
 EXTRA_DIST = c cpp ll ConfigLexer.cpp.cvs ConfigLexer.l.cvs
+REQUIRES_EH := 1
 
 # The CompilerDriver needs to know the locations of several configured
 # directories and paths. We define these as preprocessor symbols so they can 






More information about the llvm-commits mailing list