This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] MC: Use zero for provisional value of undefined symbols
ClosedPublic

Authored by sbc100 on Jan 8 2018, 3:27 PM.

Details

Summary

This is more in line with what happens in the final
exectuable when symbols are undefined (i.e. weak
references).

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jan 8 2018, 3:27 PM
dschuff accepted this revision.Jan 9 2018, 12:56 PM
This revision is now accepted and ready to land.Jan 9 2018, 12:56 PM
This revision was automatically updated to reflect the committed changes.