This is an archive of the discontinued LLVM Phabricator instance.

[lld][WebAssembly] Use a more meaningful name for stub functions
ClosedPublic

Authored by sbc100 on Jan 16 2020, 2:41 PM.

Details

Summary

When we generate these stub functions on signature mismatches give
them a more meaningful name so that when people see this in stack
traces is givesa clue as the what is going on.

See: https://github.com/emscripten-core/emscripten/issues/10226

Diff Detail

Event Timeline

sbc100 created this revision.Jan 16 2020, 2:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 16 2020, 2:41 PM
sbc100 added a reviewer: ruiu.Jan 16 2020, 2:41 PM
dschuff accepted this revision.Jan 16 2020, 2:46 PM
This revision is now accepted and ready to land.Jan 16 2020, 2:46 PM
This revision was automatically updated to reflect the committed changes.