We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3f368 commit 60e714dCopy full SHA for 60e714d
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 5aaafa704f6908f4f83b6805662df7adb36aa721
+refs/heads/master: 9ccd84a9cdfd25df30325a74797137793542332d
trunk/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