diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2023-03-01 11:03:24 +0100 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2024-01-16 18:19:01 +0100 |
commit | b1a0e57bc2e630851df8f6c41fe39b86e711beee (patch) | |
tree | 3cd7895be948e5af698cba314429f2a560f35ff8 /gcc/rust/Make-lang.in | |
parent | 1793dec6639c450edf1a1e227faa5ba2c69d4eb8 (diff) | |
download | gcc-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.in | 1 |
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 \ |