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
WebAssembly: fix GOT-relative pointers without PCrel
Previous commits changed a bunch of relative pointers to absolute
in the metadata; at the time I didn't add support for adding tag
bits, which signifies if the pointers point to the .got section
(and thus needs an extra layer of indirection.)
This broke _isCImportedTagType on $ss7UnicodeO5ASCIIOMn,
so this commit adds back tag support for metadata pointers.
0 commit comments