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

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



Changes in directory llvm/tools/lli:

Makefile updated: 1.43 -> 1.44
---
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/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.43 llvm/tools/lli/Makefile:1.44
--- llvm/tools/lli/Makefile:1.43	Wed Aug  4 02:39:21 2004
+++ llvm/tools/lli/Makefile	Sun Aug 29 14:29:38 2004
@@ -47,7 +47,7 @@
 endif
 
 USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
-           transformutils.a bcreader vmcore support target.a
+           transformutils.a bcreader vmcore support target.a LLVMsystem.a
 
 # Have gcc tell the linker to export symbols from the program so that
 # dynamically loaded modules can be linked against them.






More information about the llvm-commits mailing list