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

Chris Lattner lattner at cs.uiuc.edu
Tue May 4 16:39:01 PDT 2004


Changes in directory llvm/test/Programs/MultiSource:

Makefile.multisrc updated: 1.41 -> 1.42

---
Log message:

Add a bugpoint-llc-ls target for the day when we support Output/*.bugpoint-llc-ls targets


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

Index: llvm/test/Programs/MultiSource/Makefile.multisrc
diff -u llvm/test/Programs/MultiSource/Makefile.multisrc:1.41 llvm/test/Programs/MultiSource/Makefile.multisrc:1.42
--- llvm/test/Programs/MultiSource/Makefile.multisrc:1.41	Sun Feb 22 14:18:18 2004
+++ llvm/test/Programs/MultiSource/Makefile.multisrc	Tue May  4 16:39:22 2004
@@ -41,6 +41,7 @@
 bugpoint-gccld: Output/$(PROG).bugpoint-gccld
 bugpoint-jit:   Output/$(PROG).bugpoint-jit
 bugpoint-llc:   Output/$(PROG).bugpoint-llc
+bugpoint-llc-ls: Output/$(PROG).bugpoint-llc-ls
 
 # Raw bytecode files are files created by simply assembling the output of the
 # GCC frontend, without running any optimizations.





More information about the llvm-commits mailing list