This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fixed Disassembler ignoring endian swap on big endian.
ClosedPublic

Authored by aardappel on Feb 7 2019, 5:29 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

aardappel created this revision.Feb 7 2019, 5:29 PM
aheejin accepted this revision.Feb 7 2019, 5:39 PM
aheejin added inline comments.
test/MC/Disassembler/WebAssembly/wasm.txt
37 ↗(On Diff #185901)

We can delete the comment now :)

This revision is now accepted and ready to land.Feb 7 2019, 5:39 PM
aardappel marked an inline comment as done.Feb 7 2019, 5:42 PM
aardappel updated this revision to Diff 185903.Feb 7 2019, 5:42 PM

Removed old comment.

This revision was automatically updated to reflect the committed changes.