[llvm-commits] CVS: llvm/tools/lli/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Sep 3 23:01:57 PDT 2006
Changes in directory llvm/tools/lli:
Makefile updated: 1.49 -> 1.50
---
Log message:
Use llvm-config instead of magic JIT thing to link in libs
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.49 llvm/tools/lli/Makefile:1.50
--- llvm/tools/lli/Makefile:1.49 Thu Jul 6 19:46:18 2006
+++ llvm/tools/lli/Makefile Mon Sep 4 01:01:43 2006
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
TOOLNAME := lli
-LLVMLIBS := JIT
+LINK_COMPONENTS := jit interpreter native bcreader
REQUIRES_EH := 1
# Enable JIT support
More information about the llvm-commits
mailing list