Files
clang-p2996/lld/MachO/Relocations.cpp
Daniel Bertalan 51ed383d38 [lld-macho] Make relative method lists work on x86-64 (#103905)
Local data is referenced in Objective-C metadata via section + offset
relocations on x86-64 rather than via symbols. Without this change, we
would crash on incorrect casts of the referents to `Defined`.

A basic test based on the existing `objc-relative-method-lists-simple.s`
adopted to x86-64 is added.
2024-08-14 20:42:07 +02:00

5.4 KiB