[PATCH] D61924: [WebAssembly] LTO: Honor comdat groups when loading bitcode files

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 14 23:00:52 PDT 2019


ruiu added a comment.

Even though what this code does is the same as what we do for the ELF linker, the code looks different. In ELF, we pass ComdatGroups (which is a set of comdat signature strings we've seen so far) around. I don't remember if there was a reason to do it differently for Wasm. Do you remmeber?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61924/new/

https://reviews.llvm.org/D61924





More information about the llvm-commits mailing list