Commit d6223a24718df3c30b67422c2eb6d0e93af9c4e8 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