[PATCH] D54689: [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:03 PST 2018


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

Currently both of function signatures (WasmSignature objects) and
signature indices (unsigned ints) are often represented with variable
'FunctionTypes', which is confusing. I renamed some of them in https://reviews.llvm.org/D54096,
and this continues to rename other uses to signatures and signature
indices.


Repository:
  rL LLVM

https://reviews.llvm.org/D54689

Files:
  include/llvm/Object/Wasm.h
  include/llvm/ObjectYAML/WasmYAML.h
  lib/MC/WasmObjectWriter.cpp
  lib/Object/WasmObjectFile.cpp
  lib/ObjectYAML/WasmYAML.cpp
  test/MC/WebAssembly/comdat.ll
  test/MC/WebAssembly/global-ctor-dtor.ll
  test/MC/WebAssembly/weak-alias.ll
  test/ObjectYAML/wasm/code_section.yaml
  test/ObjectYAML/wasm/event_section.yaml
  test/ObjectYAML/wasm/export_section.yaml
  test/ObjectYAML/wasm/function_section.yaml
  test/ObjectYAML/wasm/start_section.yaml
  test/ObjectYAML/wasm/weak_symbols.yaml
  test/tools/llvm-nm/wasm/exports.yaml
  test/tools/llvm-nm/wasm/weak-symbols.yaml
  tools/obj2yaml/wasm2yaml.cpp
  tools/yaml2obj/yaml2wasm.cpp

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


More information about the llvm-commits mailing list