This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Rename wasm fixup kinds
ClosedPublic

Authored by sbc100 on Mar 27 2019, 3:32 PM.

Details

Summary

These fixup kinds are not explicitly related to the code section. They
are there to signal how to apply the fixup.

Also, a couple of other minor wasm cleanups.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Mar 27 2019, 3:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2019, 3:32 PM
dschuff accepted this revision.Mar 27 2019, 4:24 PM
This revision is now accepted and ready to land.Mar 27 2019, 4:24 PM
This revision was automatically updated to reflect the committed changes.