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

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



Changes in directory llvm/tools/opt:

Makefile updated: 1.45 -> 1.46
---
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/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.45 llvm/tools/opt/Makefile:1.46
--- llvm/tools/opt/Makefile:1.45	Fri Jun 25 00:19:17 2004
+++ llvm/tools/opt/Makefile	Sun Aug 29 14:29:38 2004
@@ -12,7 +12,7 @@
 USEDLIBS = bcreader bcwriter \
            instrument profpaths scalaropts \
            ipo ipa datastructure transforms target.a analysis \
-           transformutils vmcore support
+           transformutils vmcore support LLVMsystem.a
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list