[PATCH] D117924: [compiler_rt] Add a seperate runtime for Mac Catalyst
Dan Liew via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 26 18:22:32 PST 2022
delcypher added a comment.
@bc-lee Thanks for the patch. While I get what you're trying to do I have doubts about being able to accept the patch in its current form. Apple's ASan catalyst doesn't work by building a separate dylib, instead it builds the macosx dylib in a different way to make it work with catalyst code.
I've made @aralisza a blocking reviewer because she'll need to approve this.
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