We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e668c commit 6335529Copy full SHA for 6335529
mk/tests.mk
@@ -153,7 +153,8 @@ test/rustctest.stage$(1)$$(X): \
153
$$(COMPILER_CRATE) $$(COMPILER_INPUTS) \
154
$$(TARGET_SREQ$(1)$$(CFG_HOST_TRIPLE)) \
155
$$(HOST_LIB$(1))/$$(CFG_RUSTLLVM) \
156
- $$(TARGET_LIB$(1)$$(CFG_HOST_TRIPLE))/$$(CFG_RUSTLLVM)
+ $$(TARGET_LIB$(1)$$(CFG_HOST_TRIPLE))/$$(CFG_RUSTLLVM) \
157
+ $$(TARGET_LIB$(1)$$(CFG_HOST_TRIPLE))/$$(CFG_STDLIB)
158
@$$(call E, compile_and_link: $$@)
159
$$(STAGE$(1)) -o $$@ $$< --test
160
0 commit comments