This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Include function in wasm table when used in R_WASM_TABLE_INDEX_REL_SLEB
ClosedPublic

Authored by sbc100 on Apr 4 2019, 5:24 PM.

Details

Summary

This should have been part of rL357710 but was overlooked because
in our test code the function in question was also used in other
relocations that caused it to be added to the table anyway.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Apr 4 2019, 5:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2019, 5:24 PM
sbc100 added a reviewer: ruiu.Apr 4 2019, 5:24 PM
ruiu accepted this revision.Apr 4 2019, 5:29 PM

LGTM

This revision is now accepted and ready to land.Apr 4 2019, 5:29 PM
This revision was automatically updated to reflect the committed changes.