[lld-macho] Increase slop to prevent thunk out of range again.
authorMike Hommey <mh@glandium.org>
Thu, 17 Nov 2022 02:31:28 +0000 (21:31 -0500)
committerJez Ng <jezng@fb.com>
Thu, 17 Nov 2022 03:11:54 +0000 (22:11 -0500)
commitff111a997f1b40a531bc68b543542746d4b08a5f
tree876b4aaacad0dc590cfc29cd4fcb56107824fbf0
parent7e15ea102f10061b47b43e230b6841e8e1274d22
[lld-macho] Increase slop to prevent thunk out of range again.

Building Firefox with -O0 on arm64 mac recently hit the
"FIXME: thunk range overrun" error on multiple occasions.

Doubling or tripling slop was not sufficient in some cases, so
quadruple it.

Reviewed By: #lld-macho, int3

Differential Revision: https://reviews.llvm.org/D138174
lld/MachO/ConcatOutputSection.cpp