Files
clang-p2996/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
Fangrui Song 05fb769b72 [AArch64][MachO] Drop a 2015 ld64 workaround avoiding local relocations
Commit d6223a2471 introduced an ld64 workaround
that disables local relocations for many pointer-sized relocations (e.g.
relocations referencing `__DATA,__literal*`).

ld64 has been fixed long ago (2015). Drop this workaround so that the
behavior matches x86-64.

Reviewed By: pete

Differential Revision: https://reviews.llvm.org/D152831
2023-06-29 17:59:15 -07:00

15 KiB