[PATCH] D41975: [WebAssembly] Don't allow functions to be named more than once

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 18:36:36 PST 2018


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

Even though a function can have multiple names in the
linking standards (i.e. due to alias), there can only
be one name for a given function in the NAME section.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41975

Files:
  test/wasm/alias.ll
  wasm/Symbols.h
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41975.129564.patch
Type: text/x-patch
Size: 5280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180112/cc3e30c8/attachment.bin>


More information about the llvm-commits mailing list