This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add mutable globals feature
ClosedPublic

Authored by tlively on Mar 29 2019, 2:34 PM.

Details

Summary

This feature is not actually used for anything in the WebAssembly
backend, but adding it allows users to get it into the target features
sections of their objects, which makes these objects
future-compatible.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Mar 29 2019, 2:34 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 29 2019, 2:34 PM
aheejin accepted this revision.Mar 29 2019, 2:38 PM
This revision is now accepted and ready to land.Mar 29 2019, 2:38 PM
This revision was automatically updated to reflect the committed changes.