Skip to content

Commit 6630d75

Browse files
committed
Clean the check-fast lib on windows
1 parent eba4dad commit 6630d75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mk/clean.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ clean$(1)_T_$(2)_H_$(3):
110110
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/$(CFG_RUSTLLVM)
111111
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/libstd.rlib
112112
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/libmorestack.a
113-
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/librun_pass*
113+
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/librun_pass_stage* # For unix
114+
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/run_pass_stage* # For windows
114115
endef
115116

116117
$(foreach host, $(CFG_TARGET_TRIPLES), \

0 commit comments

Comments
 (0)