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

Chris Lattner lattner at cs.uiuc.edu
Fri Jun 25 00:20:01 PDT 2004


Changes in directory llvm/tools/opt:

Makefile updated: 1.44 -> 1.45

---
Log message:

Make sure to link all IPA's into opt, so that it has access to stuff like
anders-aa


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

Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.44 llvm/tools/opt/Makefile:1.45
--- llvm/tools/opt/Makefile:1.44	Mon Oct 20 17:27:27 2003
+++ llvm/tools/opt/Makefile	Fri Jun 25 00:19:17 2004
@@ -11,7 +11,7 @@
 
 USEDLIBS = bcreader bcwriter \
            instrument profpaths scalaropts \
-           ipo ipa.a datastructure transforms target.a analysis \
+           ipo ipa datastructure transforms target.a analysis \
            transformutils vmcore support
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 





More information about the llvm-commits mailing list