[PATCH] D44549: allow-multiple-definitions should completely suppress errors instead of making them warnings.
    Rafael Avila de Espindola via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar 15 16:54:58 PDT 2018
    
    
  
espindola added inline comments.
================
Comment at: lld/ELF/SymbolTable.cpp:420
-
-static void reportDuplicate(Symbol *Sym, InputFile *NewFile) {
-  warnOrError("duplicate symbol: " + toString(*Sym) + "\n>>> defined in " +
----------------
Why was it necessary to inline this reportDuplicate?
https://reviews.llvm.org/D44549
    
    
More information about the llvm-commits
mailing list