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

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



Changes in directory llvm/tools/llvm-db:

Makefile updated: 1.7 -> 1.8
---
Log message:

Use LLVMLIBS=JIT to get JIT libraries

---
Diffs of the changes:  (+1 -7)

Index: llvm/tools/llvm-db/Makefile
diff -u llvm/tools/llvm-db/Makefile:1.7 llvm/tools/llvm-db/Makefile:1.8
--- llvm/tools/llvm-db/Makefile:1.7	Wed Oct 27 18:18:45 2004
+++ llvm/tools/llvm-db/Makefile	Mon Nov 29 01:17:19 2004
@@ -12,12 +12,6 @@
 USEDLIBS = LLVMDebugger
 
 # 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)
+LLVMLIBS = JIT
 
 include $(LEVEL)/Makefile.common
-






More information about the llvm-commits mailing list