public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] rename rust-hir-full-tests.cc
@ 2023-02-20 10:30 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2023-02-20 10:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1bd1e46645337e54ff256510d3853fc583480808

commit 1bd1e46645337e54ff256510d3853fc583480808
Author: SainiAditya1 <Adityasaini10012001@outlook.com>
Date:   Mon Jan 30 22:37:08 2023 +0530

    rename rust-hir-full-tests.cc
    
    gcc/rust/Changelog:
    
            * hir/tree/rust-hir-full-test.cc: Moved to...
            * hir/tree/rust-hir.cc: ...here.
            * Make-lang.in: Rename rust-hir-full-test.
    
    Signed-off-by: SainiAditya1 <Adityasaini10012001@outlook.com>

Diff:
---
 gcc/rust/Make-lang.in                                    | 2 +-
 gcc/rust/hir/tree/{rust-hir-full-test.cc => rust-hir.cc} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index 8726e859260..6449f47564d 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -85,7 +85,7 @@ GRS_OBJS = \
     rust/rust-macro-invoc-lexer.o \
     rust/rust-macro-substitute-ctx.o \
     rust/rust-macro-builtins.o \
-    rust/rust-hir-full-test.o \
+    rust/rust-hir.o \
     rust/rust-hir-map.o \
     rust/rust-attributes.o \
     rust/rust-abi.o \
diff --git a/gcc/rust/hir/tree/rust-hir-full-test.cc b/gcc/rust/hir/tree/rust-hir.cc
similarity index 100%
rename from gcc/rust/hir/tree/rust-hir-full-test.cc
rename to gcc/rust/hir/tree/rust-hir.cc

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-20 10:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-20 10:30 [gcc/devel/rust/master] rename rust-hir-full-tests.cc Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).