[PATCH] D117924: [compiler_rt] Add a seperate runtime for Mac Catalyst

Byoungchan Lee via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 26 18:31:39 PST 2022


bc-lee added a comment.

It may not be appropriate to add other runtime libraries specifically for Mac Catalyst. However, currently `lld` does not allow linking with dynamic libraries with different types of build_version_command, whereas `ld64` does allow for Mac Catalyst. Considering compatibility with lld, Mac Catalyst’s runtime libraries need to be added also.

See my other patch https://reviews.llvm.org/D117925 for more details.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117924/new/

https://reviews.llvm.org/D117924



More information about the cfe-commits mailing list