Re: [PATCH,RFC,V4 4/5] CTF generation for a single compilation unit

2019-07-20 Thread Indu Bhagat
This patch was missing a stub from Makefile.in diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 5487377..0994f3b 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1257,6 +1257,8 @@ OBJS = \ cfgloopmanip.o \ cfgrtl.o \ ctfout.o \ + ctfutils.o \ + ctfcrea

[PATCH,RFC,V4 4/5] CTF generation for a single compilation unit

2019-07-17 Thread Indu Bhagat
For each translation unit, a CTF container (ctf_container_t) is used to keep the CTF debug info. - ctfout.c hosts the compiler facing routines for CTF generation and emission. - ctfcreate.c contains the CTF format specific CTF creation routines. - ctfutils.c contains helper routines for CTF creati