We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaafa7 commit 9ccd84aCopy full SHA for 9ccd84a
mk/tests.mk
@@ -163,11 +163,8 @@ check-stage$(1)-$(2)-std-dummy: test/stdtest.stage$(1)-$(2)$$(X)
163
# Rules for the rustc test runner
164
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)
+ $$(COMPILER_CRATE) $$(COMPILER_INPUTS) $$(SREQ$(1)$(2)) \
+ $$(TARGET_LIB$(1)$(2))/$$(CFG_RUSTLLVM)
171
@$$(call E, compile_and_link: $$@)
172
$$(STAGE$(1)_$(2)) -o $$@ $$< --test
173
0 commit comments