Fix out-of-date name.

llvm-svn: 1959
This commit is contained in:
Vikram S. Adve 2002-03-24 03:18:49 +00:00
parent ec4a8205a7
commit 2d3ea22379
1 changed files with 1 additions and 1 deletions

View File

@ -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...