This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix parsing of linking section for named global imports
ClosedPublic

Authored by wingo on Nov 17 2020, 7:59 AM.

Diff Detail

Event Timeline

wingo created this revision.Nov 17 2020, 7:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 17 2020, 7:59 AM
wingo requested review of this revision.Nov 17 2020, 7:59 AM
sbc100 accepted this revision.Nov 17 2020, 8:00 AM

Did you run all of llvm/test/MC/WebAssembly and all of lld/test/wasm?

This revision is now accepted and ready to land.Nov 17 2020, 8:00 AM
wingo added a comment.Nov 17 2020, 8:03 AM

Did you run all of llvm/test/MC/WebAssembly and all of lld/test/wasm?

All of MC/WebAssembly but not lld. Let me do that now.

wingo added a comment.Nov 17 2020, 8:06 AM

Did you run all of llvm/test/MC/WebAssembly and all of lld/test/wasm?

All of MC/WebAssembly but not lld. Let me do that now.

Yep, lld/test/wasm tests pass.

This revision was landed with ongoing or failed builds.Nov 17 2020, 8:14 AM
This revision was automatically updated to reflect the committed changes.