File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 125552fb1958df89939feb85ac73b080a32ffcfa
2
+ refs/heads/master: 231097960c80e0968d90b5634b3f663989130bac
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -346,12 +346,14 @@ STAGE$(1)_T_$(2)_H_$(3) := \
346
346
$$(Q )$$(call CFG_RUN_TARG,$(1 ) , \
347
347
$$(CFG_VALGRIND_COMPILE$(1 ) ) \
348
348
$$(HBIN$(1 ) _H_$(3 ) ) /rustc$$(X ) \
349
+ --cfg stage$(1 ) \
349
350
$$(CFG_RUSTC_FLAGS ) --target=$(2 ) )
350
351
351
352
PERF_STAGE$(1 ) _T_$(2 ) _H_$(3 ) := \
352
353
$$(Q )$$(call CFG_RUN_TARG,$(1 ) , \
353
354
$$(CFG_PERF_TOOL ) \
354
355
$$(HBIN$(1 ) _H_$(3 ) ) /rustc$$(X ) \
356
+ --cfg stage$(1 ) \
355
357
$$(CFG_RUSTC_FLAGS ) --target=$(2 ) )
356
358
357
359
endef
You can’t perform that action at this time.
0 commit comments