public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2816] Remove 'gcc/omp-offload.c' from 'GTFILES'
@ 2021-08-09 11:41 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2021-08-09 11:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0095afa82a34cdf59a40112b621b348e0087ddb8

commit r12-2816-g0095afa82a34cdf59a40112b621b348e0087ddb8
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Wed Aug 4 13:41:22 2021 +0200

    Remove 'gcc/omp-offload.c' from 'GTFILES'
    
    Given that it doesn't contain any 'GTY' markers, no 'gcc/gt-omp-offload.h' file
    gets generated (and '#include'd anywhere).
    
    Small fix-up for r243673 (Git commit 629b3d75c8c5a244d891a9c292bca6912d4b0dd9)
    "Split omp-low into multiple files".
    
            gcc/
            * Makefile.in (GTFILES): Remove '$(srcdir)/omp-offload.c'.

Diff:
---
 gcc/Makefile.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index c0f6e0a2e39..8baa3b76601 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2693,7 +2693,6 @@ GTFILES = $(CPPLIB_H) $(srcdir)/input.h $(srcdir)/coretypes.h \
   $(srcdir)/tree-ssa-operands.h \
   $(srcdir)/tree-profile.c $(srcdir)/tree-nested.c \
   $(srcdir)/omp-offload.h \
-  $(srcdir)/omp-offload.c \
   $(srcdir)/omp-general.c \
   $(srcdir)/omp-low.c \
   $(srcdir)/targhooks.c $(out_file) $(srcdir)/passes.c \


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

only message in thread, other threads:[~2021-08-09 11:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 11:41 [gcc r12-2816] Remove 'gcc/omp-offload.c' from 'GTFILES' 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).