[PATCH] D69991: Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 13 22:10:21 PST 2019


rjmccall added a comment.

The symbols probably won't confuse the debugger; after all, the only difference here is that they're actually external.  Of course the debugger will need work to support direct methods in general, since they won't be in method tables.


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

https://reviews.llvm.org/D69991





More information about the cfe-commits mailing list