]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: rename rust-hir-full-tests.cc
authorSainiAditya1 <Adityasaini10012001@outlook.com>
Mon, 30 Jan 2023 17:07:08 +0000 (22:37 +0530)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 6 Apr 2023 08:47:24 +0000 (10:47 +0200)
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>
gcc/rust/Make-lang.in
gcc/rust/hir/tree/rust-hir.cc [moved from gcc/rust/hir/tree/rust-hir-full-test.cc with 100% similarity]

index 06f64a01dce0230f6238c0c3e243582d0ef00333..3ed0c09e0e7ae4f127694c13b82b1f5fc4151bbb 100644 (file)
@@ -86,7 +86,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 \