Scattered ARM relocations for Mach-O's only have 24 bits available to encode the offset. This is not checked but just truncated and can result in corrupt binaries after linking because the relocations are applied to the wrong offset. This patch will check and error out in those situations instead of emitting a wrong relocation.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Not sure if this warrants the #include "llvm/Support/ScopedPrinter.h" or if a different message is preferred instead.