[PATCH] D52602: [LLD] [COFF] Cope with GCC produced weak aliases referring to comdat functions

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 28 00:31:20 PDT 2018


mstorsjo added a comment.

Also, just to be clear - this patch doesn't skip all of these symbols. Only in the case if such a symbol points to a discarded comdat section, we skip the symbol so that we don't fail the link just for an unused symbol.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52602





More information about the llvm-commits mailing list