[PATCH] D106293: [lld/mac] Resolve defined symbols before undefined symbols
    Nico Weber via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul 19 13:41:56 PDT 2021
    
    
  
thakis marked an inline comment as done.
thakis added a comment.
Thanks!
================
Comment at: lld/MachO/InputFiles.cpp:602
   symbols.resize(nList.size());
+  SmallVector<unsigned, 32> unds;
   for (uint32_t i = 0; i < nList.size(); ++i) {
----------------
int3 wrote:
> nit: how about `undefineds`?
Sure, done.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106293/new/
https://reviews.llvm.org/D106293
    
    
More information about the llvm-commits
mailing list