File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 5aaafa704f6908f4f83b6805662df7adb36aa721
2
+ refs/heads/master: 9ccd84a9cdfd25df30325a74797137793542332d
Original file line number Diff line number Diff line change @@ -163,11 +163,8 @@ check-stage$(1)-$(2)-std-dummy: test/stdtest.stage$(1)-$(2)$$(X)
163
163
# Rules for the rustc test runner
164
164
165
165
test/rustctest.stage$(1 ) -$(2 )$$(X ) : \
166
- $$(COMPILER_CRATE ) $$(COMPILER_INPUTS ) \
167
- $$(TARGET_SREQ$(1 )$(2 ) \
168
- $$(HOST_LIB$(1 ) ) /$$(CFG_RUSTLLVM ) \
169
- $$(TARGET_LIB$(1 )$(2 ) ) /$$(CFG_RUSTLLVM ) \
170
- $$(TARGET_LIB$(1 )$(2 ) ) /$$(CFG_STDLIB )
166
+ $$(COMPILER_CRATE ) $$(COMPILER_INPUTS ) $$(SREQ$(1 )$(2 ) ) \
167
+ $$(TARGET_LIB$(1 )$(2 ) ) /$$(CFG_RUSTLLVM )
171
168
@$$(call E, compile_and_link: $$@ )
172
169
$$(STAGE$(1 ) _$(2 ) ) -o $$@ $$< --test
173
170
You can’t perform that action at this time.
0 commit comments