This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add debug info to insts in Emscripten SjLj
ClosedPublic

Authored by aheejin on Feb 7 2020, 5:02 PM.

Details

Summary

This makes sure all newly create instructions in Emscripten SjLj has
appropriate debug info attached. Fixes
https://github.com/emscripten-core/emscripten/issues/9797.

Diff Detail

Event Timeline

aheejin created this revision.Feb 7 2020, 5:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2020, 5:02 PM
kripken accepted this revision.Feb 7 2020, 5:32 PM

Nice, thanks! Will help with debug info coverage too.

This revision is now accepted and ready to land.Feb 7 2020, 5:32 PM
This revision was automatically updated to reflect the committed changes.