This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Remove flags from MCSectionWasm
ClosedPublic

Authored by sbc100 on Sep 8 2017, 11:33 AM.

Details

Summary

Looks like these were copied from the ELF sections but
don't apply to Wasm and were not used anywhere.

Also remove unused wasm methos in MCContext.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Sep 8 2017, 11:33 AM
sbc100 added a subscriber: llvm-commits.
sbc100 updated this revision to Diff 114401.Sep 8 2017, 11:34 AM

remove debugging

sunfish edited edge metadata.Sep 8 2017, 3:49 PM

I can confirm that this was all copied from ELF. At a glance, these seem fine to remove.

dschuff accepted this revision.Sep 12 2017, 8:52 AM
This revision is now accepted and ready to land.Sep 12 2017, 8:52 AM
This revision was automatically updated to reflect the committed changes.