[PATCH] D40844: [WebAssembly] COMDAT: core LLVM support

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


sbc100 added a comment.

When testing with lld I noticed that the comdat group names are appearing as undefined symbols in the final output.

See: https://reviews.llvm.org/D41959

I this case it results in `unresolved symbol: sharedComdat`

Can you think of a way to avoid including these?


Repository:
  rL LLVM

https://reviews.llvm.org/D40844





More information about the llvm-commits mailing list