1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Took out .clean.bc target.

llvm-svn: 1210
This commit is contained in:
Vikram S. Adve 2001-11-08 18:25:05 +00:00
parent 1403a726ac
commit 6894dc91f5
2 changed files with 0 additions and 6 deletions

View File

@ -91,9 +91,6 @@ clean :
%.linked.bc: %.bc
$(CP) $< $@
%.clean.bc: %.bc
$(LOPT) -cleangcc -raise -constprop -dce $< -o $@
%.s: %.linked.bc
$(LLC) -f $(LLCFLAGS) $< -o $@

View File

@ -91,9 +91,6 @@ clean :
%.linked.bc: %.bc
$(CP) $< $@
%.clean.bc: %.bc
$(LOPT) -cleangcc -raise -constprop -dce $< -o $@
%.s: %.linked.bc
$(LLC) -f $(LLCFLAGS) $< -o $@