We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e2e07 commit c1be673Copy full SHA for c1be673
mk/perf.mk
@@ -10,5 +10,5 @@ rustc-perf$(X): $(CFG_HOST_TRIPLE)/stage2/bin/rustc$(X)
10
endif
11
12
perf: check-stage2-perf rustc-perf$(X)
13
- $(Q)find test/perf -name \*.err | xargs cat
+ $(Q)find $(CFG_HOST_TRIPLE)/test/perf -name \*.err | xargs cat
14
$(Q)cat rustc-perf.err
0 commit comments