diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-10-14 06:12:10 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-10-14 06:12:10 +0000 |
| commit | fb4c9715840ab5ed94bdee1eb24e78ba6db4dbb1 (patch) | |
| tree | 4dae917f9e1c8c43e87f0ef3ba19fd33928efbb7 | |
| parent | ca1725d3c8f710552da8533a3cef788ecbfab34c (diff) | |
| download | bcm5719-llvm-fb4c9715840ab5ed94bdee1eb24e78ba6db4dbb1.tar.gz bcm5719-llvm-fb4c9715840ab5ed94bdee1eb24e78ba6db4dbb1.zip | |
MAke sure llc output is regenerated if the LLC binary changes.
llvm-svn: 4164
| -rw-r--r-- | llvm/test/Makefile.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Makefile.tests b/llvm/test/Makefile.tests index 1b9a4135956..a26b0cda600 100644 --- a/llvm/test/Makefile.tests +++ b/llvm/test/Makefile.tests @@ -90,7 +90,7 @@ Output/%.bc: %.ll $(LAS) Output/.dir # 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... |

