mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Delete rule to disassemble %.bc -- need to make it effective only when
%.ll is not a pre-existing file. llvm-svn: 1133
This commit is contained in:
parent
518ff05cee
commit
6815cd9490
@ -63,9 +63,6 @@ clean :
|
||||
%.bc: %.ll
|
||||
$(LAS) -f $<
|
||||
|
||||
%.ll: %.bc
|
||||
$(LDIS) -f $<
|
||||
|
||||
%.clean.bc: %.bc
|
||||
$(LOPT) -cleangcc -raise -constprop -dce < $< > $@
|
||||
|
||||
|
@ -63,9 +63,6 @@ clean :
|
||||
%.bc: %.ll
|
||||
$(LAS) -f $<
|
||||
|
||||
%.ll: %.bc
|
||||
$(LDIS) -f $<
|
||||
|
||||
%.clean.bc: %.bc
|
||||
$(LOPT) -cleangcc -raise -constprop -dce < $< > $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user