[PATCH] D101954: [lld-macho] Support loading of zippered dylibs
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 5 16:11:51 PDT 2021
oontvoo added inline comments.
================
Comment at: lld/MachO/InputFiles.cpp:149
+ auto it = find_if(platformInfos, [&](const PlatformInfo &info) {
+ return info.target.Platform == config->platform();
+ });
----------------
perhaps needs pulling and updating to `removeSimulator(...) == ...`?
(Sorry for the merge conflicts!)
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