Skip to content

Commit 8ee64ab

Browse files
philbertydkm
authored andcommitted
Refactor expression hir lowering into cc file
1 parent 0f97c1f commit 8ee64ab

File tree

3 files changed

+803
-699
lines changed

3 files changed

+803
-699
lines changed

gcc/rust/Make-lang.in

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ GRS_OBJS = \
9595
rust/rust-ast-lower-base.o \
9696
rust/rust-ast-lower-pattern.o \
9797
rust/rust-ast-lower-item.o \
98+
rust/rust-ast-lower-expr.o \
9899
rust/rust-early-name-resolver.o \
99100
rust/rust-name-resolver.o \
100101
rust/rust-ast-resolve.o \

0 commit comments

Comments
 (0)