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

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 27 18:56:04 PST 2002


Changes in directory llvm/tools/opt:

Makefile updated: 1.33 -> 1.34

---
Log message:

Add codegen library



---
Diffs of the changes:

Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.33 llvm/tools/opt/Makefile:1.34
--- llvm/tools/opt/Makefile:1.33	Tue Oct  1 17:41:01 2002
+++ llvm/tools/opt/Makefile	Sun Oct 27 18:54:59 2002
@@ -2,7 +2,8 @@
 TOOLNAME = opt
 
 USEDLIBS = bcreader bcwriter instrument profpaths \
-	   sparc target.a mapping regalloc.a sched select preopts postopts.a \
+	   sparc target.a mapping regalloc.a sched select codegen preopts \
+           postopts.a \
 	   livevar scalaropts \
 	   ipo ipa.a datastructure transforms target.a analysis \
            transformutils vmcore support





More information about the llvm-commits mailing list