Skip to content

Commit ff813f8

Browse files
committed
Run perf on the stage 2 compiler
1 parent 0b791f5 commit ff813f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/perf.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ifdef CFG_PERF_TOOL
33
rustc-perf$(X): stage2/bin/rustc$(X)
44
@$(call E, perf compile: $@)
5-
$(PERF_STAGE1) -o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
5+
$(PERF_STAGE2) -o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
66
$(Q)rm -f $@
77
else
88
rustc-perf$(X): stage2/bin/rustc$(X)

0 commit comments

Comments
 (0)