This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Remove unneeded getWasmKindForNamedSection function
ClosedPublic

Authored by sbc100 on Feb 13 2020, 8:51 AM.

Details

Summary

I believe this was carried over from getELFKindForNamedSection since
the wasm backend originally used ELF object writing as a template.

Diff Detail

Event Timeline

sbc100 created this revision.Feb 13 2020, 8:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 13 2020, 8:51 AM
dschuff accepted this revision.Feb 14 2020, 3:11 PM

LGTM assuming removing this is what we want given D74531

This revision is now accepted and ready to land.Feb 14 2020, 3:11 PM
This revision was automatically updated to reflect the committed changes.