This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Make Signature an optional property for every type
AbandonedPublic

Authored by aheejin on Nov 25 2018, 12:39 AM.

Details

Reviewers
dschuff
sbc100
Summary

This makes Signature an optional type that any type can have its value
set if necessary. The motivation is, now other symbols, such as event
symbols, can have signatures.

Companion to D54873,

Event Timeline

aheejin created this revision.Nov 25 2018, 12:39 AM
aheejin retitled this revision from [WebAssembly] Make Signature as an optional property for every type to [WebAssembly] Make Signature an optional property for every type.Nov 25 2018, 12:56 AM
aheejin edited the summary of this revision. (Show Details)
aheejin abandoned this revision.Dec 3 2018, 3:34 PM

Abandoning because we decided to drop D54873.