[PATCH] D133825: [lld-macho] Add support for N_INDR symbols
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 18:15:21 PDT 2022
int3 added inline comments.
================
Comment at: lld/MachO/Driver.cpp:1204
- symtab->aliasDefined(defined, pair.second);
- continue;
}
----------------
I very mildly prefer not using `continue` to break out of just one level of nesting, but happy to change it back if anyone prefers the original
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133825/new/
https://reviews.llvm.org/D133825
More information about the llvm-commits
mailing list