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

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



Changes in directory llvm/tools/llc:

Makefile updated: 1.83 -> 1.84
---
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/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.83 llvm/tools/llc/Makefile:1.84
--- llvm/tools/llc/Makefile:1.83	Wed May 31 20:42:33 2006
+++ llvm/tools/llc/Makefile	Thu Jul  6 19:46:18 2006
@@ -9,6 +9,7 @@
 
 LEVEL = ../..
 TOOLNAME = llc
+REQUIRES_EH := 1
 
 # Include this here so we can get the configuration of the targets
 # that have been configured for construction. We have to do this 






More information about the llvm-commits mailing list