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
Internal label names never occur in the symbol table, so when using an
object streamer, there's no point in constructing these names and then
adding them to hash tables -- they are never visible in the output.
This changes label names to use the PrivateGlobalPrefix instead of the
PrivateLabelPrefix. These are the same for all targets, however, so this
seems acceptable.
0 commit comments