Unverified Commit 5de1d007 authored by kyulee-com's avatar kyulee-com Committed by GitHub
Browse files

[lld-macho] Fix for objc_msgSend stubs (#78557)

This commit corrects the address computation for objc_msgSend stubs.
Previously, the address computation was incidentally correct due to
objc_msgSend often being the first entry in the got section, resulting
in a 0 index. This commit ensures accurate address computation
regardless of the objc_msgSend stub's position in the got section.
parent 45d1cca3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment