mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +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:
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...
|
||||
|
Loading…
x
Reference in New Issue
Block a user