[PATCH] D49653: [LLD] [COFF] Handle comdat sections without leader symbols

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 23 16:56:33 PDT 2018


rnk added inline comments.


================
Comment at: COFF/InputFiles.cpp:289
         readAssociativeDefinition(Sym, Def);
     Symbols[I] = createRegular(Sym);
   }
----------------
I think this is probably the right place to do the check.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D49653





More information about the llvm-commits mailing list