aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/Make-lang.in
diff options
context:
space:
mode:
authorArthur Cohen <arthur.cohen@embecosm.com>2023-03-01 11:03:24 +0100
committerArthur Cohen <arthur.cohen@embecosm.com>2024-01-16 18:19:01 +0100
commitb1a0e57bc2e630851df8f6c41fe39b86e711beee (patch)
tree3cd7895be948e5af698cba314429f2a560f35ff8 /gcc/rust/Make-lang.in
parent1793dec6639c450edf1a1e227faa5ba2c69d4eb8 (diff)
downloadgcc-b1a0e57bc2e630851df8f6c41fe39b86e711beee.zip
gcc-b1a0e57bc2e630851df8f6c41fe39b86e711beee.tar.gz
gcc-b1a0e57bc2e630851df8f6c41fe39b86e711beee.tar.bz2
gccrs: hir: Refactor ASTLoweringStmt to source file.
gcc/rust/ChangeLog: * Make-lang.in: Add rust-ast-lower-stmt.o * hir/rust-ast-lower-stmt.h: Move definitions to... * hir/rust-ast-lower-stmt.cc: ...here.
Diffstat (limited to 'gcc/rust/Make-lang.in')
-rw-r--r--gcc/rust/Make-lang.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index 5ea6fce..9796828 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -96,6 +96,7 @@ GRS_OBJS = \
rust/rust-ast-lower-item.o \
rust/rust-ast-lower-expr.o \
rust/rust-ast-lower-type.o \
+ rust/rust-ast-lower-stmt.o \
rust/rust-early-name-resolver.o \
rust/rust-name-resolver.o \
rust/rust-ast-resolve.o \