This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix relocation count in wasm binaries with call_indirect
ClosedPublic

Authored by sbc100 on Apr 24 2017, 5:33 PM.

Details

Summary

This bug was found when trying to build the gcc torture tests with the wasm backend.

We don't yes have in-tree tests for the wasm MC layer.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Apr 24 2017, 5:33 PM
sbc100 edited the summary of this revision. (Show Details)
dschuff accepted this revision.Apr 25 2017, 8:35 AM
This revision is now accepted and ready to land.Apr 25 2017, 8:35 AM

Are we able to have tests for these kinds of things yet or do we need more yaml/objdump/etc support still?

Yes, I believe we are now in a position to write tests for this stuff, but I've not looked into the details yet, and would rather not block this minor fix on that larger change.

This revision was automatically updated to reflect the committed changes.