[PATCH] D54873: [WebAssembly] Make signature index not a part of EventType
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 3 14:58:50 PST 2018
aheejin added a comment.
Yes in that case it's represented like sigindex of functions.
- Type: FUNCTION
FunctionTypes: [ 0, 0 ]
- Type: EVENT
EventTypes: [ 1 ] // here
Events:
- Index: 0
Attribute: 0
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54873/new/
https://reviews.llvm.org/D54873
More information about the llvm-commits
mailing list