From c99afb88ab9639a37cba9a7ef591a55b14af95a0 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Sun, 24 Mar 2002 03:18:49 +0000 Subject: Fix out-of-date name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1959 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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... -- cgit v1.1