aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.tests
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
commitc99afb88ab9639a37cba9a7ef591a55b14af95a0 (patch)
tree0620a5f238de3bd28e4d92131f04790f7eeabccf /test/Makefile.tests
parent79c738599bb3683380f778bd4c101b3b13d05ff2 (diff)
downloadexternal_llvm-c99afb88ab9639a37cba9a7ef591a55b14af95a0.zip
external_llvm-c99afb88ab9639a37cba9a7ef591a55b14af95a0.tar.gz
external_llvm-c99afb88ab9639a37cba9a7ef591a55b14af95a0.tar.bz2
Fix out-of-date name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 6231f55..bf87284 100644
--- a/test/Makefile.tests
+++ b/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...