mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 22:50:47 +00:00
MAke sure llc output is regenerated if the LLC binary changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6463e0df85
commit
5f8bd7d966
@ -90,7 +90,7 @@ Output/%.bc: %.ll $(LAS) Output/.dir
|
||||
|
||||
# Compile a linked program to machine code for this processor.
|
||||
#
|
||||
Output/%.llc.s: Output/%.llvm.bc
|
||||
Output/%.llc.s: Output/%.llvm.bc $(LLC)
|
||||
$(LLC) $(LLCFLAGS) -f $< -o $@
|
||||
|
||||
# Assemble (and link) an LLVM-linked program using the system assembler...
|
||||
|
Loading…
Reference in New Issue
Block a user