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

Chris Lattner lattner at cs.uiuc.edu
Mon Jul 21 14:08:01 PDT 2003


Changes in directory llvm/tools/opt:

Makefile updated: 1.42 -> 1.43

---
Log message:

Remove instloops library


---
Diffs of the changes:

Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.42 llvm/tools/opt/Makefile:1.43
--- llvm/tools/opt/Makefile:1.42	Fri Jul 18 11:25:40 2003
+++ llvm/tools/opt/Makefile	Mon Jul 21 14:07:27 2003
@@ -4,7 +4,7 @@
 USEDLIBS = bcreader bcwriter \
            instrument profpaths scalaropts \
            ipo ipa.a datastructure transforms target.a analysis \
-           transformutils vmcore support instloops
+           transformutils vmcore support
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list