Skip to content

Commit 4d820f0

Browse files
committed
Add the check-fast run_pass_stage2 lib to 'make clean'
Should fix the windows bots
1 parent 16b64e2 commit 4d820f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/clean.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ 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*
113114
endef
114115

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

0 commit comments

Comments
 (0)