mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 11:17:31 +00:00
Reorder paramters to make the command line more easily modifiable
llvm-svn: 1153
This commit is contained in:
parent
fcf608c1a7
commit
7df494872d
@ -67,7 +67,7 @@ clean :
|
||||
$(LLC) -f -trace $(LLCFLAGS) $<
|
||||
|
||||
%.o: %.c
|
||||
$(LCC) $(LCFLAGS) -c -o $@ $<
|
||||
$(LCC) $(LCFLAGS) $< -c -o $@
|
||||
|
||||
%.bc: %.ll
|
||||
$(LAS) -f $<
|
||||
|
@ -67,7 +67,7 @@ clean :
|
||||
$(LLC) -f -trace $(LLCFLAGS) $<
|
||||
|
||||
%.o: %.c
|
||||
$(LCC) $(LCFLAGS) -c -o $@ $<
|
||||
$(LCC) $(LCFLAGS) $< -c -o $@
|
||||
|
||||
%.bc: %.ll
|
||||
$(LAS) -f $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user