[PATCH] D55802: Change CGObjC to use objc intrinsics instead of runtime methods

Pete Cooper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 17 21:45:40 PST 2018


pete added a comment.

In D55802#1334008 <https://reviews.llvm.org/D55802#1334008>, @rjmccall wrote:

> You're making intrinsics with `weak_external` linkage?  I feel like that's going to be unnecessarily awkward in the future, but okay.


Yeah... i was a little surprised that was possible, but seems to work just fine.

Thanks for the quick review!  Will land it first thing tomorrow.


Repository:
  rC Clang

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

https://reviews.llvm.org/D55802





More information about the cfe-commits mailing list