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

Chris Lattner lattner at cs.uiuc.edu
Fri Jun 20 11:53:01 PDT 2003


Changes in directory llvm/test/Programs:

Makefile.programs updated: 1.57 -> 1.58

---
Log message:

Add a top level "bytecode" target


---
Diffs of the changes:

Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.57 llvm/test/Programs/Makefile.programs:1.58
--- llvm/test/Programs/Makefile.programs:1.57	Mon Jun 16 19:24:12 2003
+++ llvm/test/Programs/Makefile.programs	Fri Jun 20 11:52:01 2003
@@ -366,6 +366,9 @@
 	cp $< $@
 endif
 
+# Pseudo target to build just the bytecode file.
+bytecode: Output/$(PROG).llvm.bc
+
 
 # Support for the TEST= option... when TEST= is specified on the command line,
 # the default target is the test target.  Here we dispatch to a specific set of





More information about the llvm-commits mailing list