public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Generating gcda in the format similar to gcc-8
@ 2021-09-29  4:47 Hrishikesh Hegde
  0 siblings, 0 replies; only message in thread
From: Hrishikesh Hegde @ 2021-09-29  4:47 UTC (permalink / raw)
  To: gcc-help


Good Day to All,

I am compiling our code for profiling using the below option.

*-fprofile-generate -fprofile-dir=<PATH> -fprofile-prefix-path=<relative 
path>*

In gcc 11.2, the gcda file that is generated, is in demangled form  
having  "<PATH> - <relative path>" included in the filename, with "#" in 
between. This is not helping us in use phase compilation.(
-fprofile-use) as the nomenclature of the directory structure is different.

Is it possible to have only the filename.gcda  in the profile-dir  
similar to the scenario present in gcc8 and earlier?

Thanks
Hrishikesh Hegde


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

only message in thread, other threads:[~2021-09-29  4:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29  4:47 Generating gcda in the format similar to gcc-8 Hrishikesh Hegde

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).