[PATCH] D46594: [WebAssembly] Allow signautre of entry function to be flexible

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 11:54:02 PDT 2018


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

Since we a no longer using this function for the wasm start
section we don't actually care what its signature is.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46594

Files:
  test/wasm/Inputs/comdat2.ll
  test/wasm/entry-signature.ll
  test/wasm/entry.ll
  test/wasm/fatal-warnings.ll
  wasm/Driver.cpp
  wasm/SymbolTable.cpp
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46594.145748.patch
Type: text/x-patch
Size: 5120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180508/9b955c6f/attachment.bin>


More information about the llvm-commits mailing list