[PATCH] D54874: [WebAssembly] Make Signature as an optional property for every type

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 25 00:39:55 PST 2018


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

This makes `Signature` as 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.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54874

Files:
  wasm/Driver.cpp
  wasm/InputFiles.cpp
  wasm/LTO.cpp
  wasm/SymbolTable.cpp
  wasm/Symbols.h
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54874.175171.patch
Type: text/x-patch
Size: 5681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181125/beb9321e/attachment.bin>


More information about the llvm-commits mailing list