[llvm-commits] CVS: llvm/test/Makefile.tests

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 14 01:13:01 PDT 2002


Changes in directory llvm/test:

Makefile.tests updated: 1.46 -> 1.47

---
Log message:

MAke sure llc output is regenerated if the LLC binary changes.


---
Diffs of the changes:

Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.46 llvm/test/Makefile.tests:1.47
--- llvm/test/Makefile.tests:1.46	Mon Sep 30 14:23:22 2002
+++ llvm/test/Makefile.tests	Mon Oct 14 01:12:10 2002
@@ -90,7 +90,7 @@
 
 # Compile a linked program to machine code for this processor.
 #
-Output/%.llc.s: Output/%.llvm.bc
+Output/%.llc.s: Output/%.llvm.bc $(LLC)
 	$(LLC) $(LLCFLAGS) -f $< -o $@
 
 # Assemble (and link) an LLVM-linked program using the system assembler...





More information about the llvm-commits mailing list