Skip to content

Commit a92cf25

Browse files
committed
---
yaml --- r: 6265 b: refs/heads/master c: 453168d h: refs/heads/master i: 6263: 1d93193 v: v3
1 parent d26f9d3 commit a92cf25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: f619d5e9e2461c1ef3fb53cbbff325cfb04fb181
2+
refs/heads/master: 453168d91742777ee051ab4f8fe6f00c230190df

trunk/mk/perf.mk

Lines changed: 1 addition & 1 deletion
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_STAGE2) -o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
5+
$(PERF_STAGE2_$(CFG_HOST_TRIPLE)) -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)