This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add new target feature in support of 'extended-const' proposal
ClosedPublic

Authored by sbc100 on Mar 7 2022, 12:55 PM.

Details

Summary

We don't yet do anything when this feature is enabled, this change
just lays the ground work by accepting that there is such a feature.

See https://github.com/WebAssembly/extended-const

Diff Detail

Event Timeline

sbc100 created this revision.Mar 7 2022, 12:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2022, 12:55 PM
sbc100 requested review of this revision.Mar 7 2022, 12:55 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 7 2022, 12:55 PM

Surprising amount of boilerplate here..

tlively accepted this revision.Mar 7 2022, 4:41 PM
This revision is now accepted and ready to land.Mar 7 2022, 4:41 PM
This revision was landed with ongoing or failed builds.Mar 7 2022, 4:48 PM
This revision was automatically updated to reflect the committed changes.