[PATCH] D40716: Fix Wasm symbol name collisions

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 13:37:43 PST 2017


sunfish added a comment.

For comparison, wabt is ok with duplicate names here (see here <https://github.com/WebAssembly/wabt/blob/master/src/binary-reader-ir.cc#L894>), so this may be a bug in binaryen.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D40716





More information about the llvm-commits mailing list