Add the check-fast run_pass_stage2 lib to 'make clean'
Should fix the windows bots
This commit is contained in:
parent
16b64e2fa1
commit
4d820f0230
@ -110,6 +110,7 @@ clean$(1)_T_$(2)_H_$(3):
|
|||||||
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/$(CFG_RUSTLLVM)
|
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/$(CFG_RUSTLLVM)
|
||||||
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/libstd.rlib
|
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/libstd.rlib
|
||||||
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/libmorestack.a
|
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/libmorestack.a
|
||||||
|
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/librun_pass*
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(foreach host, $(CFG_TARGET_TRIPLES), \
|
$(foreach host, $(CFG_TARGET_TRIPLES), \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user