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