Skip to content

Commit 4709a7d

Browse files
committed
---
yaml --- r: 225069 b: refs/heads/stable c: ee258c5 h: refs/heads/master i: 225067: 814fc76 v: v3
1 parent 49bc5ee commit 4709a7d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ refs/heads/tmp: e5d90d98402475b6e154ce216f9efcb80da1a747
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: 1fe32ca12c51afcd761d9962f51a74ff0d07a591
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 150663c3b6ab2628be08a5c48d98f17a2f9e6e7e
32+
refs/heads/stable: ee258c548f0303b8d1e315b0c9cb54fa59ad25d1
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b

branches/stable/mk/llvm.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $(foreach host,$(CFG_HOST), \
6666

6767
# This can't be done in target.mk because it's included before this file.
6868
define LLVM_LINKAGE_DEPS
69-
$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.rustc_llvm: $$(LLVM_LINKAGE_PATH_$(3))
69+
$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.rustc_llvm: $$(LLVM_LINKAGE_PATH_$(2))
7070
endef
7171

7272
$(foreach source,$(CFG_HOST), \

branches/stable/mk/target.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/stamp.$(4): \
8383
$$(dir $$@)$$(call CFG_LIB_GLOB_$(2),$(4)))
8484
$$(call REMOVE_ALL_OLD_GLOB_MATCHES, \
8585
$$(dir $$@)$$(call CFG_RLIB_GLOB,$(4)))
86-
$(Q)CFG_LLVM_LINKAGE_FILE=$$(LLVM_LINKAGE_PATH_$(3)) \
86+
$(Q)CFG_LLVM_LINKAGE_FILE=$$(LLVM_LINKAGE_PATH_$(2)) \
8787
$$(subst @,,$$(STAGE$(1)_T_$(2)_H_$(3))) \
8888
$$(RUST_LIB_FLAGS_ST$(1)) \
8989
-L "$$(RT_OUTPUT_DIR_$(2))" \

branches/stable/mk/tests.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ $(3)/stage$(1)/test/$(4)test-$(2)$$(X_$(2)): \
382382
$$(CRATEFILE_$(4)) \
383383
$$(TESTDEP_$(1)_$(2)_$(3)_$(4))
384384
@$$(call E, rustc: $$@)
385-
$(Q)CFG_LLVM_LINKAGE_FILE=$$(LLVM_LINKAGE_PATH_$(3)) \
385+
$(Q)CFG_LLVM_LINKAGE_FILE=$$(LLVM_LINKAGE_PATH_$(2)) \
386386
$$(subst @,,$$(STAGE$(1)_T_$(2)_H_$(3))) -o $$@ $$< --test \
387387
-L "$$(RT_OUTPUT_DIR_$(2))" \
388388
$$(LLVM_LIBDIR_RUSTFLAGS_$(2)) \
@@ -894,7 +894,7 @@ ifeq ($(2),$$(CFG_BUILD))
894894
$$(call TEST_OK_FILE,$(1),$(2),$(3),doc-crate-$(4)): $$(CRATEDOCTESTDEP_$(1)_$(2)_$(3)_$(4))
895895
@$$(call E, run doc-crate-$(4) [$(2)])
896896
$$(Q)touch $$@.start_time
897-
$$(Q)CFG_LLVM_LINKAGE_FILE=$$(LLVM_LINKAGE_PATH_$(3)) \
897+
$$(Q)CFG_LLVM_LINKAGE_FILE=$$(LLVM_LINKAGE_PATH_$(2)) \
898898
$$(RUSTDOC_$(1)_T_$(2)_H_$(3)) --test --cfg dox \
899899
$$(CRATEFILE_$(4)) --test-args "$$(TESTARGS)" && \
900900
touch -r $$@.start_time $$@ && rm $$@.start_time

0 commit comments

Comments
 (0)