diff options
| author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-03-24 03:18:49 +0000 |
|---|---|---|
| committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-03-24 03:18:49 +0000 |
| commit | 2d3ea22379a43b1e89f3937556fe21421ce15bbf (patch) | |
| tree | d7ac3c0ea892964d31c09adbd57016d38d245857 | |
| parent | ec4a8205a7caff04f5c644b92e44a33943e618f4 (diff) | |
| download | bcm5719-llvm-2d3ea22379a43b1e89f3937556fe21421ce15bbf.tar.gz bcm5719-llvm-2d3ea22379a43b1e89f3937556fe21421ce15bbf.zip | |
Fix out-of-date name.
llvm-svn: 1959
| -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 6231f55ccdd..bf87284be26 100644 --- a/llvm/test/Makefile.tests +++ b/llvm/test/Makefile.tests @@ -77,7 +77,7 @@ Output/%.bc: %.ll $(LAS) Output/.dir # Compile a linked program to machine code for this processor. # -Output/%.llc.s: Output/%.linked.bc +Output/%.llc.s: Output/%.llvm.bc $(LLC) $(LLCFLAGS) -f $< -o $@ # Assemble (and link) an LLVM-linked program using the system assembler... |

