Skip to content

Commit 83390cd

Browse files
brsonnikomatsakis
authored andcommitted
---
yaml --- r: 6505 b: refs/heads/master c: 52993f7 h: refs/heads/master i: 6503: 0a28513 v: v3
1 parent 32d92f8 commit 83390cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: aba6e635437e6b697fc5d902e2bce47d3519c9a0
2+
refs/heads/master: 52993f7c326e83e11a55fff06bb6b55a953b0b43

trunk/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): $(CFG_HOST_TRIPLE)/stage2/bin/rustc$(X)
44
@$(call E, perf compile: $@)
5-
$(PERF_STAGE2_$(CFG_HOST_TRIPLE)) -o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
5+
$(PERF_STAGE2_T_$(CFG_HOST_TRIPLE)_H_$(CFG_HOST_TRIPLE)) -o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
66
$(Q)rm -f $@
77
else
88
rustc-perf$(X): $(CFG_HOST_TRIPLE)/stage2/bin/rustc$(X)

0 commit comments

Comments
 (0)