mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-10 08:40:41 +00:00
Took out .clean.bc target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1210 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5efe19801e
commit
f87fc32e35
@ -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 $@
|
||||
|
||||
|
@ -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 $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user