[llvm-commits] CVS: llvm/tools/lli/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Sep 4 11:34:30 PDT 2006
Changes in directory llvm/tools/lli:
Makefile updated: 1.50 -> 1.51
---
Log message:
lli uses LinkAllCodegenComponents, so it needs this. Thanks to
Rafael Esp?ndola for pointing this out
---
Diffs of the changes: (+2 -1)
Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.50 llvm/tools/lli/Makefile:1.51
--- llvm/tools/lli/Makefile:1.50 Mon Sep 4 01:01:43 2006
+++ llvm/tools/lli/Makefile Mon Sep 4 13:34:16 2006
@@ -6,9 +6,10 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL := ../..
TOOLNAME := lli
-LINK_COMPONENTS := jit interpreter native bcreader
+LINK_COMPONENTS := jit interpreter native bcreader selectiondag
REQUIRES_EH := 1
# Enable JIT support
More information about the llvm-commits
mailing list