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
Linking: update base name and pretty name of code-typed symbols
Name mangling via --export-file-local-symbols will introduce symbols the
name of which does not match the base name. Forward declarations of the
mangled name, however, do introduce a symbol where (mangled) name and
base name match. When linking later finds the definition corresponding
to such a forward declaration, the base name (and pretty name) need to
be updated. Without these updates, the order of linking would produce
two different final symbol tables.
0 commit comments