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

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 28 12:30:58 PST 2022


thakis added a comment.

In D117924#3274425 <https://reviews.llvm.org/D117924#3274425>, @bc-lee wrote:

> 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

If lld doesn't support something we need, we should add support for the missing part to lld instead of working around it. Is there a bug on file for the missing lld bit?


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