This is an archive of the discontinued LLVM Phabricator instance.

[lld][WebAssembly] Fix memory.fill argument in 64-bit mode
ClosedPublic

Authored by sbc100 on Jan 4 2023, 11:30 AM.

Details

Summary

This only effects folks building with wasm64 + shared memory which
is not currently a supported configuration in emscripten or any other
wasm toolchain.

Diff Detail

Event Timeline

sbc100 created this revision.Jan 4 2023, 11:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 4 2023, 11:30 AM
Herald added subscribers: pmatos, asb, wingo and 4 others. · View Herald Transcript
sbc100 requested review of this revision.Jan 4 2023, 11:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 4 2023, 11:30 AM
dschuff accepted this revision.Jan 9 2023, 3:59 PM
This revision is now accepted and ready to land.Jan 9 2023, 3:59 PM
This revision was automatically updated to reflect the committed changes.