Closed
Description
The fixInvokeFunctionNames
pass in emscripten-finalize rewrites the function and import for emscripten_longjmp_jmpbuf
to emscripten_longjmp
, but doesn't do anything to any potential GOT entries that may be present in the module. This causes a fatal error later in the same utility:
Fatal: GOT.func entry with no import/export: $emscripten_longjmp_jmpbuf
Metadata
Metadata
Assignees
Labels
No labels