You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a program got LTO+PGO, when instrumented by BOLT, the code is genereated , but the program can not run correctly and no data is generated.
Given the normal mangled name A, the function will getname as A.localalias/1, the name is get from BinaryFunction::getOneName().
1: the function has suffix .localalias
2: the function will call itself, i.e. recursively.
Does anyone know why localalias is generated? and any clue on solving this error .
The program under test is very huge and complicated.