[PATCH] D55869: Convert some ObjC retain/release msgSends to runtime calls

David Chisnall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 20 12:35:10 PST 2018


theraven added a comment.

This should be fine for the GNUstep runtime (the GCC runtime doesn't support ARC at all).  My main concern is that it will break already-released versions of the runtime built with a newer version of clang.  I can easily enable a new flag in the next release, but doing so for older ones is more problematic.


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

https://reviews.llvm.org/D55869





More information about the cfe-commits mailing list