This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add support for named data sections in wasm binaries
ClosedPublic

Authored by sbc100 on Dec 8 2020, 9:49 PM.

Details

Diff Detail

Event Timeline

sbc100 created this revision.Dec 8 2020, 9:49 PM
sbc100 requested review of this revision.Dec 8 2020, 9:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 8 2020, 9:49 PM
tlively accepted this revision.Dec 9 2020, 12:30 PM
tlively added inline comments.
llvm/lib/Object/WasmObjectFile.cpp
378

It would be good to give a more descriptive name to T now that it is no longer used directly after it is declared.

This revision is now accepted and ready to land.Dec 9 2020, 12:30 PM
This revision was landed with ongoing or failed builds.Dec 9 2020, 1:02 PM
This revision was automatically updated to reflect the committed changes.