This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] MC: Fix references to undefined externals in data section
ClosedPublic

Authored by sbc100 on Jun 1 2017, 2:47 PM.

Details

Summary

Undefined externals don't need to have a size or an offset.
This was broken by r303915. Added a test for this case.

This fixes the "Compile LLVM Torture (o)" step on the wasm
waterfall.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jun 1 2017, 2:47 PM

I don't know that much about MC but looks fine to me

This revision was automatically updated to reflect the committed changes.