[PATCH] D101954: [lld-macho] Support loading of zippered dylibs
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 5 16:21:57 PDT 2021
int3 added inline comments.
================
Comment at: lld/MachO/InputFiles.cpp:149
+ auto it = find_if(platformInfos, [&](const PlatformInfo &info) {
+ return info.target.Platform == config->platform();
+ });
----------------
oontvoo wrote:
> perhaps needs pulling and updating to `removeSimulator(...) == ...`?
>
> (Sorry for the merge conflicts!)
no worries, I already had it in mind while reviewing your diff :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101954/new/
https://reviews.llvm.org/D101954
More information about the llvm-commits
mailing list