[PATCH] D73755: [objc_direct] Small updates to help with adoption.

Puyan Lotfi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 13 11:38:04 PST 2020


plotfi added a comment.

@MadCoder Could there be a way to mark objc_direct methods as something like __attribute__((visibility("default"))) or __declspec(dllexport) to denote that a given method should be directly callable but still retain the metadata to be called through an objc_msgSend from an external dylib? Could that help to boost adoption?


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

https://reviews.llvm.org/D73755





More information about the cfe-commits mailing list