This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Create section start symbols automatically for all sections
ClosedPublic

Authored by sbc100 on May 7 2018, 4:49 PM.

Details

Summary

These symbols only get included in the output symbols table if
they are used in a relocation.

This behaviour matches more closely the ELF object writer.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.May 7 2018, 4:49 PM
sbc100 updated this revision to Diff 145592.May 7 2018, 4:50 PM
  • clang-format
sbc100 edited the summary of this revision. (Show Details)May 7 2018, 4:53 PM
sbc100 added a reviewer: yurydelendik.
sbc100 updated this revision to Diff 146147.May 10 2018, 9:56 AM
  • rebase
dschuff accepted this revision.May 10 2018, 10:30 AM
This revision is now accepted and ready to land.May 10 2018, 10:30 AM
This revision was automatically updated to reflect the committed changes.