summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-03-24 03:18:49 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-03-24 03:18:49 +0000
commit2d3ea22379a43b1e89f3937556fe21421ce15bbf (patch)
treed7ac3c0ea892964d31c09adbd57016d38d245857
parentec4a8205a7caff04f5c644b92e44a33943e618f4 (diff)
downloadbcm5719-llvm-2d3ea22379a43b1e89f3937556fe21421ce15bbf.tar.gz
bcm5719-llvm-2d3ea22379a43b1e89f3937556fe21421ce15bbf.zip
Fix out-of-date name.
llvm-svn: 1959
-rw-r--r--llvm/test/Makefile.tests2
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...
OpenPOWER on IntegriCloud