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