[PATCH] D54690: [WebAssembly] Rename function types to signatures (NFC)

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 19 00:52:33 PST 2018


aheejin created this revision.
aheejin added reviewers: dschuff, sbc100.
Herald added subscribers: llvm-commits, arphaman, dexonsmith, steven_wu, sunfish, jgravelle-google, mehdi_amini.

Currently both of function signatures (WasmSignature objects) and
signature indices (unsigned ints) are often represented with variable
'FunctionTypes', which is confusing.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54690

Files:
  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/InputFiles.cpp
  wasm/InputFiles.h
  wasm/LTO.cpp
  wasm/SymbolTable.cpp
  wasm/Symbols.h
  wasm/Writer.cpp
  wasm/WriterUtils.cpp
  wasm/WriterUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54690.174566.patch
Type: text/x-patch
Size: 22354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181119/d21548b8/attachment.bin>


More information about the llvm-commits mailing list