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 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to