This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Allow for signed relocation addends
ClosedPublic

Authored by sbc100 on Apr 25 2017, 3:11 PM.

Details

Summary

Addends are used as offsets to addresses of globals
and can be both positive and negative. This change
brings libObject in line with the spec and the MC
layer.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Apr 25 2017, 3:11 PM
sbc100 updated this revision to Diff 96639.Apr 25 2017, 3:12 PM
  • revert debugging
sbc100 edited the summary of this revision. (Show Details)Apr 25 2017, 3:13 PM
sbc100 added reviewers: sunfish, dschuff.
dschuff accepted this revision.Apr 25 2017, 5:07 PM
This revision is now accepted and ready to land.Apr 25 2017, 5:07 PM
This revision was automatically updated to reflect the committed changes.