This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix JS code mentions in LowerEmscriptenEHSjLj
ClosedPublic

Authored by aheejin on May 3 2021, 9:51 PM.

Details

Summary
  • Removes the mention of fastcomp, which is deprecated.
  • Some functions in Emscripten have moved from JS glue code to compiler-rt/emscripten_setjmp.c and compiler-rt/emscripten_exception_builtins.c. This fixes comments about that.

Diff Detail

Event Timeline

aheejin created this revision.May 3 2021, 9:51 PM
aheejin requested review of this revision.May 3 2021, 9:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2021, 9:51 PM
aheejin updated this revision to Diff 342639.May 3 2021, 9:51 PM

Revert accidental test changes

Harbormaster completed remote builds in B102455: Diff 342639.
aheejin updated this revision to Diff 342667.May 4 2021, 12:55 AM

Revert another accidental change

aheejin updated this revision to Diff 342898.May 4 2021, 4:09 PM

Fix more comments

sbc100 accepted this revision.May 5 2021, 4:03 PM

emitEndOfAsmFile

This revision is now accepted and ready to land.May 5 2021, 4:03 PM

emitEndOfAsmFile

What does this mean?

sbc100 added a comment.May 5 2021, 4:40 PM

emitEndOfAsmFile

What does this mean?

Sorry my mouse button slipped and I pasted my cut buffer :)