aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/Make-lang.in
diff options
context:
space:
mode:
authorArthur Cohen <arthur.cohen@embecosm.com>2023-07-27 10:06:13 +0200
committerArthur Cohen <arthur.cohen@embecosm.com>2024-01-16 19:00:27 +0100
commitf7084d487286e4c7ba2336b7fa567fc59def4c01 (patch)
treeb120e28313820c8b9742e10e0c1e073cdfe44eb3 /gcc/rust/Make-lang.in
parent2bde73fa4669dfb34a981aa91b750e5ca8433491 (diff)
downloadgcc-f7084d487286e4c7ba2336b7fa567fc59def4c01.zip
gcc-f7084d487286e4c7ba2336b7fa567fc59def4c01.tar.gz
gcc-f7084d487286e4c7ba2336b7fa567fc59def4c01.tar.bz2
gccrs: nr2.0: Add Early name resolution visitor
This visitor takes care of resolving macro invocations, procedural macros and imports - it is used in conjunction with the `TopLevel` pass and the macro expander. gcc/rust/ChangeLog: * Make-lang.in: Add new object file. * resolve/rust-early-name-resolver-2.0.cc: New file. * resolve/rust-early-name-resolver-2.0.h: New file.
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 da4135a..1df82f1 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -113,6 +113,7 @@ GRS_OBJS = \
rust/rust-name-resolution-context.o \
rust/rust-default-resolver.o \
rust/rust-toplevel-name-resolver-2.0.o \
+ rust/rust-early-name-resolver-2.0.o \
rust/rust-early-name-resolver.o \
rust/rust-name-resolver.o \
rust/rust-ast-resolve.o \