1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-12 07:37:34 +00:00

Fix out-of-date name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1959 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2002-03-24 03:18:49 +00:00
parent 79c738599b
commit c99afb88ab

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