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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to