forked from OSchip/llvm-project
parent
ec4a8205a7
commit
2d3ea22379
|
@ -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…
Reference in New Issue