[all-commits] [llvm/llvm-project] da08d5: [lld][macho] Add more skip platform check for libS...
Byoungchan Lee via All-commits
all-commits at lists.llvm.org
Fri Feb 4 13:35:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da08d50fd67e3c0c2d3922b3a994bd6630df0160
https://github.com/llvm/llvm-project/commit/da08d50fd67e3c0c2d3922b3a994bd6630df0160
Author: Byoungchan Lee <daniel.l at hpcnt.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M lld/MachO/InputFiles.cpp
Log Message:
-----------
[lld][macho] Add more skip platform check for libSystem re-exports
Xcode 13 comes with a mismatched platform in libcompiler_rt.dylib,
so this creates a linker error on mac catalyst.
Fix it by adding it to the skip list.
Reviewed By: MaskRay, #lld-macho, int3
Differential Revision: https://reviews.llvm.org/D117925
More information about the All-commits
mailing list