diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-04-25 21:41:26 +0200 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-04-25 22:38:56 +0200 |
commit | 3e01b6b2a8727142e3bfd8229e8272c288421c5d (patch) | |
tree | ff18a554f4a09b4b210634db262c582efaab843a /gcc/rust/Make-lang.in | |
parent | 2b1cb4ba8693e2c148e7aa406b4f03d34ffc0439 (diff) | |
download | gcc-3e01b6b2a8727142e3bfd8229e8272c288421c5d.zip gcc-3e01b6b2a8727142e3bfd8229e8272c288421c5d.tar.gz gcc-3e01b6b2a8727142e3bfd8229e8272c288421c5d.tar.bz2 |
ast: resolve: Move ResolveItem into its own source file
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 436d9c3..5fa93a0 100644 --- a/gcc/rust/Make-lang.in +++ b/gcc/rust/Make-lang.in @@ -87,6 +87,7 @@ GRS_OBJS = \ rust/rust-ast-lower-pattern.o \ rust/rust-name-resolver.o \ rust/rust-ast-resolve.o \ + rust/rust-ast-resolve-item.o \ rust/rust-ast-resolve-pattern.o \ rust/rust-ast-resolve-expr.o \ rust/rust-ast-resolve-type.o \ |