The objc_clsopt_v16_t struct does not match up with the macOS/iOS15 dyld_shared_cache ObjC runtime structures. A struct field was seemingly omitted.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Unfortunately I'm probably not the right person for this. @JDevlieghere may be the right person, and if not, he can probably point you to the right people.
Comment Actions
I forgot that field in dyld. Its implicit due to the uint64_t salt, but no harm in having it here. I'm going to add it to dyld now too :)
Comment Actions
This patch is accepted and ready to land. Let me know if you don't have commit access and need someone to land this for you.