Skip to content

Commit 21345f7

Browse files
committed
---
yaml --- r: 14606 b: refs/heads/try c: 87c14f1 h: refs/heads/master v: v3
1 parent 490fa9f commit 21345f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+7
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 9228947fe15af96593abf4745d91802b56c205e8
5+
refs/heads/try: 87c14f1e3d85751bffffda0b1920be5e726172c4
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/Makefile.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ STDLIB_INPUTS := $(wildcard $(addprefix $(S)src/libstd/, \
183183
# rustc crate variables
184184
######################################################################
185185

186-
COMPILER_CRATE := $(S)src/comp/rustc.rc
187-
COMPILER_INPUTS := $(filter-out $(S)src/comp/driver/rustc.rs, \
188-
$(wildcard $(addprefix $(S)src/comp/, \
186+
COMPILER_CRATE := $(S)src/rustc/rustc.rc
187+
COMPILER_INPUTS := $(filter-out $(S)src/rustc/driver/rustc.rs, \
188+
$(wildcard $(addprefix $(S)src/rustc/, \
189189
rustc.rc *.rs */*.rs */*/*.rs)))
190190

191-
RUSTC_INPUTS := $(S)src/comp/driver/rustc.rs
191+
RUSTC_INPUTS := $(S)src/rustc/driver/rustc.rs
192192

193193
######################################################################
194194
# LLVM macros

branches/try/mk/dist.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PKG_FILES := \
2323
$(addprefix $(S)src/, \
2424
README.txt \
2525
cargo \
26-
comp \
26+
rustc \
2727
compiletest \
2828
etc \
2929
fuzzer \

branches/try/mk/pp.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ifdef PPFILES
44
else
55
PP_INPUTS = $(wildcard $(addprefix $(S)src/libcore/,*.rs */*.rs)) \
66
$(wildcard $(addprefix $(S)src/libstd/,*.rs */*.rs)) \
7-
$(wildcard $(addprefix $(S)src/comp/,*.rs */*.rs */*/*.rs)) \
7+
$(wildcard $(addprefix $(S)src/rustc/,*.rs */*.rs */*/*.rs)) \
88
$(wildcard $(S)src/test/*/*.rs \
99
$(S)src/test/*/*/*.rs) \
1010
$(wildcard $(S)src/fuzzer/*.rs) \
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)