[PATCH] D56013: [ELF] Use SymbolTable::ComdatGroups instead of DummyGroups in LTO

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 21 10:57:19 PST 2018


ruiu added a comment.

That doesn't work -- you always want to add symbols again after LTO to override existing bitcode symbols with real symbols, so you don't want to guard bitcode symbols with the same set of strings.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D56013





More information about the llvm-commits mailing list