This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] EmscriptenEHSjLj: Mark more functions as imported
ClosedPublic

Authored by sbc100 on Apr 2 2020, 7:45 PM.

Diff Detail

Event Timeline

sbc100 created this revision.Apr 2 2020, 7:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 2 2020, 7:45 PM

There seem to be several other places in which we use Function::Create in this file.. Should we mark all of them as imported as well?

sbc100 updated this revision to Diff 254935.Apr 3 2020, 3:49 PM

mark more

sbc100 retitled this revision from [WebAssembly] EmscriptenEHSjLj: Mark another function as imported to [WebAssembly] EmscriptenEHSjLj: Mark more functions as imported.Apr 3 2020, 4:05 PM
sbc100 added a comment.Apr 6 2020, 2:26 PM

PTAL. Should be complete now

aheejin accepted this revision.Apr 6 2020, 4:03 PM

Thanks! LGTM.

llvm/test/CodeGen/WebAssembly/lower-em-sjlj.ll
325

Nit: delete one of the newlines?

This revision is now accepted and ready to land.Apr 6 2020, 4:03 PM
This revision was automatically updated to reflect the committed changes.