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
The function pointer in get may get overridden by the foo from an other TU.
So the compiler needs to generate a relocation. but in this case it doesn't.
Maybe the problem is simply that foo is emitted with dso_local.
Note that other backends(X86, aarch64) still generate relocations even with the dso_local.