This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] MC: Create and use first class section symbols
ClosedPublic

Authored by sbc100 on May 1 2018, 3:25 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.May 1 2018, 3:25 PM
sbc100 updated this revision to Diff 144814.May 1 2018, 5:29 PM
  • cleanup
sbc100 updated this revision to Diff 144815.May 1 2018, 5:41 PM
  • cleanup
yurydelendik added inline comments.May 2 2018, 8:22 AM
lib/MC/WasmObjectWriter.cpp
512 ↗(On Diff #144815)

cast_or_null is used in if-else branch, do we need to check SectionSymbol?

sbc100 updated this revision to Diff 144896.May 2 2018, 9:45 AM
  • cleanup
  • cleanup
yurydelendik accepted this revision.May 2 2018, 11:53 AM

Looks good to me. Thanks

This revision is now accepted and ready to land.May 2 2018, 11:53 AM
This revision was automatically updated to reflect the committed changes.