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

Vikram Adve vadve at cs.uiuc.edu
Sun Dec 8 22:47:00 PST 2002


Changes in directory llvm/tools/opt:

Makefile updated: 1.36 -> 1.37

---
Log message:

Repeat ipa.a.  Since IPModRef is currently only used in analysis.o,
it was causing linking errors. 


---
Diffs of the changes:

Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.36 llvm/tools/opt/Makefile:1.37
--- llvm/tools/opt/Makefile:1.36	Tue Nov 19 10:59:41 2002
+++ llvm/tools/opt/Makefile	Sun Dec  8 22:46:25 2002
@@ -5,7 +5,7 @@
 	   sparc mapping regalloc.a sched select codegen preopts \
            postopts.a \
 	   livevar scalaropts \
-	   ipo ipa.a datastructure transforms target.a analysis \
+	   ipo ipa.a datastructure transforms target.a analysis ipa.a \
            transformutils vmcore support
 
 TOOLLINKOPTS = -ldl





More information about the llvm-commits mailing list