[PATCH] D106293: [lld/mac] Resolve defined symbols before undefined symbols
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 19 13:21:19 PDT 2021
int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.
Nice!
================
Comment at: lld/MachO/InputFiles.cpp:602
symbols.resize(nList.size());
+ SmallVector<unsigned, 32> unds;
for (uint32_t i = 0; i < nList.size(); ++i) {
----------------
nit: how about `undefineds`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106293/new/
https://reviews.llvm.org/D106293
More information about the llvm-commits
mailing list