Currently both of function signatures (WasmSignature objects) and
signature indices (unsigned ints) are often represented with variable
'FunctionTypes', which is confusing.
Should land with D54689.
Paths
| Differential D54690
[WebAssembly] Rename function types to signatures AbandonedPublic Authored by aheejin on Nov 19 2018, 12:52 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, arphaman, dexonsmith and 4 others. · View Herald TranscriptNov 19 2018, 12:52 AM aheejin mentioned this in D54689: [WebAssembly] Rename function types to signatures.Nov 19 2018, 12:53 AM aheejin retitled this revision from [WebAssembly] Rename function types to signatures (NFC) to [WebAssembly] Rename function types to signatures. aheejin added inline comments.
Comment Actions In this comment, Rossberg said
So I guess for the moment it's better to drop this CL to be cautious.
Revision Contents
Diff 174860 test/wasm/Inputs/globals.yaml
test/wasm/Inputs/undefined-globals.yaml
test/wasm/alias.ll
test/wasm/call-indirect.ll
test/wasm/function-imports-first.ll
test/wasm/function-imports.ll
test/wasm/function-index.test
test/wasm/local-symbols.ll
test/wasm/locals-duplicate.test
test/wasm/relocatable.ll
test/wasm/stack-pointer.ll
test/wasm/undefined-weak-call.ll
test/wasm/weak-alias-overide.ll
test/wasm/weak-alias.ll
test/wasm/weak-symbols.ll
test/wasm/weak-undefined.ll
wasm/Driver.cpp
wasm/InputChunks.cpp
wasm/InputFiles.h
wasm/InputFiles.cpp
wasm/LTO.cpp
wasm/MarkLive.cpp
wasm/SymbolTable.cpp
wasm/Symbols.h
wasm/Writer.cpp
wasm/WriterUtils.h
wasm/WriterUtils.cpp
|
Again, not sure about this name change here.