This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Support R_WASM_MEMORY_ADDR_TLS_SLEB64 for wasm64
ClosedPublic

Authored by aardappel on Jul 15 2021, 1:37 PM.

Diff Detail

Event Timeline

aardappel created this revision.Jul 15 2021, 1:37 PM
aardappel requested review of this revision.Jul 15 2021, 1:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2021, 1:37 PM
aardappel updated this revision to Diff 359121.Jul 15 2021, 1:53 PM

Fix type error; Fix original test had addr & value swapped for i32.store (discovered by the asm type checker in the 64-bit version :)

dschuff accepted this revision.Jul 15 2021, 2:03 PM

nice, first win for the type checker :)

This revision is now accepted and ready to land.Jul 15 2021, 2:03 PM
This revision was landed with ongoing or failed builds.Jul 19 2021, 10:23 AM
This revision was automatically updated to reflect the committed changes.