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

Reid Spencer reid at x10sys.com
Sun Nov 28 23:17:30 PST 2004



Changes in directory llvm/tools/lli:

Makefile updated: 1.47 -> 1.48
---
Log message:

Use LLVMLIBS=JIT to get JIT libraries

---
Diffs of the changes:  (+3 -9)

Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.47 llvm/tools/lli/Makefile:1.48
--- llvm/tools/lli/Makefile:1.47	Thu Oct 14 14:00:33 2004
+++ llvm/tools/lli/Makefile	Mon Nov 29 01:17:19 2004
@@ -6,15 +6,9 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
-TOOLNAME = lli
+LEVEL    := ../..
+TOOLNAME := lli
+LLVMLIBS := JIT
 
 # Enable JIT support
-include ../Makefile.JIT
-
-# Have gcc tell the linker to export symbols from the program so that
-# dynamically loaded modules can be linked against them.
-#
-TOOLLINKOPTS = $(PLATFORMLIBDL)
-
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list