Skip to content

Commit c1718a8

Browse files
committed
---
yaml --- r: 214533 b: refs/heads/beta c: ee258c5 h: refs/heads/master i: 214531: 827746a v: v3
1 parent b365d11 commit c1718a8

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
@@ -23,7 +23,7 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
2323
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
2424
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
26-
refs/heads/beta: 150663c3b6ab2628be08a5c48d98f17a2f9e6e7e
26+
refs/heads/beta: ee258c548f0303b8d1e315b0c9cb54fa59ad25d1
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
2828
refs/heads/tmp: 8c0aa6d64ebab528f7eb182812007155d6044972
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

branches/beta/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/beta/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/beta/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)