[PATCH] D117925: [lld][macho] Add more skip platform check for libSystem re-exports
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 24 17:36:09 PDT 2022
thakis added a comment.
Herald added a subscriber: StephenFan.
Herald added a project: All.
Should we revert this? Enough stuff is mismatched that ld64 (and, after D124336 <https://reviews.llvm.org/D124336>, ld64.lld) ignore platform mismatches when targeting catalyst for implicit reexports. libcompiler_rt.dylib is an implicit reexport of libSystem, so after D124336 <https://reviews.llvm.org/D124336> this change here shouldn't have any effect.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117925/new/
https://reviews.llvm.org/D117925
More information about the llvm-commits
mailing list