[PATCH] D112113: [ObjC] type method metadata `_imp`, messenger routine at callsite with program address space

Matt Jacobson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 2 20:44:53 PST 2021


mhjacobson added a comment.

Well, I'm hoping it doesn't prove to be //too// much work.  🙂  With this fix and D112049 <https://reviews.llvm.org/D112049>, most things are working quite well, though I'm sure I'll uncover more interesting things as I go.

As for the runtime, I've built my own: https://github.com/mhjacobson/avr-objc.  It conforms to the Mac OS X non-fragile-ivars ABI.

By the way, I don't have write privs to LLVM, so assuming this is good to go, could someone commit this for me?  Thanks for all your help!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112113



More information about the cfe-commits mailing list