[PATCH] D73755: [objc_direct] Small updates to help with adoption.
Pierre Habouzit via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 14 13:34:42 PST 2020
MadCoder added a comment.
In D73755#1874962 <https://reviews.llvm.org/D73755#1874962>, @plotfi wrote:
> @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?
I'm not sure how that is relevant to this review. secondly this kind of defeats the entire point of `objc_direct` which is to _not_ generate all that metadata.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73755/new/
https://reviews.llvm.org/D73755
More information about the cfe-commits
mailing list