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

Reid Spencer reid at x10sys.com
Sun Aug 29 12:29:50 PDT 2004



Changes in directory llvm/tools/llvm-db:

Makefile updated: 1.3 -> 1.4
---
Log message:

Add the LLVMsystem.a library as it is now used for operating system
independence of the tool.


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

Index: llvm/tools/llvm-db/Makefile
diff -u llvm/tools/llvm-db/Makefile:1.3 llvm/tools/llvm-db/Makefile:1.4
--- llvm/tools/llvm-db/Makefile:1.3	Thu Aug  5 00:17:19 2004
+++ llvm/tools/llvm-db/Makefile	Sun Aug 29 14:29:38 2004
@@ -48,7 +48,7 @@
 endif
 
 USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
-           transformutils.a debugger bcreader vmcore support target.a
+           transformutils.a debugger bcreader vmcore support target.a LLVMsystem.a
 
 
 # Have gcc tell the linker to export symbols from the program so that






More information about the llvm-commits mailing list