[llvm-commits] CVS: llvm/test/Programs/MultiSource/Makefile.multisrc

Chris Lattner lattner at cs.uiuc.edu
Thu Apr 24 22:58:00 PDT 2003


Changes in directory llvm/test/Programs/MultiSource:

Makefile.multisrc updated: 1.25 -> 1.26

---
Log message:

Make it _super_ easy to run bugpoint on multisource programs


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/Makefile.multisrc
diff -u llvm/test/Programs/MultiSource/Makefile.multisrc:1.25 llvm/test/Programs/MultiSource/Makefile.multisrc:1.26
--- llvm/test/Programs/MultiSource/Makefile.multisrc:1.25	Fri Feb 14 18:30:42 2003
+++ llvm/test/Programs/MultiSource/Makefile.multisrc	Thu Apr 24 22:57:08 2003
@@ -34,6 +34,9 @@
 Output/%.o: %.c Output/.dir
 	$(CC) $(CPPFLAGS) -O $(CFLAGS) -c $< -o $@
 
+bugpoint-gccas: Output/$(PROG).bugpoint-gccas
+bugpoint-gccld: Output/$(PROG).bugpoint-gccld
+
 # Raw bytecode files are files created by simply linking the output of the GCC
 # frontend without running gccas.
 #





More information about the llvm-commits mailing list