[PATCH] D86049: RFC: Implement optional exportable wrapper function generation for objc_direct methods.
Puyan Lotfi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 21 13:45:19 PDT 2022
plotfi added a comment.
@ahatanak @rjmccall
I think the decision tree goes
1. Do we change the existing visibility behavior of objc methods? Yes / No
2. If we leave hidden as the default do we change the behavior for objc_direct? Yes / No
3. If we leave objc_direct as hidden by default do we expand the existing objc_direct attr to have the enum as you said so __attribute__((objc_direct("visible"))) or do we add a new attr as I have done so far?
What do you think?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86049/new/
https://reviews.llvm.org/D86049
More information about the cfe-commits
mailing list