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

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



Changes in directory llvm/tools/lli:

Makefile updated: 1.48 -> 1.49
---
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/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.48 llvm/tools/lli/Makefile:1.49
--- llvm/tools/lli/Makefile:1.48	Mon Nov 29 01:17:19 2004
+++ llvm/tools/lli/Makefile	Thu Jul  6 19:46:18 2006
@@ -9,6 +9,7 @@
 LEVEL    := ../..
 TOOLNAME := lli
 LLVMLIBS := JIT
+REQUIRES_EH := 1
 
 # Enable JIT support
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list