This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
issue with gt-lto-lto.h
- From: Hrishikesh Kulkarni <hrishikeshparag at gmail dot com>
- To: GCC Development <gcc at gcc dot gnu dot org>
- Date: Sat, 11 Aug 2018 19:21:29 +0530
- Subject: issue with gt-lto-lto.h
Hi,
With reference to GSOC project LTO dump tool.
https://github.com/hrisearch/gcc/tree/lto-dump-tool-v4
After refactoring lto.c into lto-common.c, there seems to be an issue
of gt-lto-lto.h not getting generated. I tried a few tweaks like
adding lto-common.c to config-lang.in, adding the include in
lto-common.c instead of lto.c, changing the include to
gt-lto-lto-common.h but none is working. I see that gt-lto-lto-lang.h
gets generated from lto-lang.c but not sure what's missing with
lto-common.c or refactored lto.c
Could you please suggest how to proceed ?
Thanks!
Hrishikesh