[PATCH] D40716: Fix Wasm symbol name collisions

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 17:45:17 PST 2017


sbc100 added a comment.

Also, in my experiments with gcc local symbols names can be duplicates of each other in the ELF world.

I linked two object with a static foo function and I get:

  $ nm testelf  | grep foo
  00000000004004ed t foo
  000000000040050e t foo


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D40716





More information about the llvm-commits mailing list