[all-commits] [llvm/llvm-project] ff111a: [lld-macho] Increase slop to prevent thunk out of ...
Mike Hommey via All-commits
all-commits at lists.llvm.org
Wed Nov 16 19:12:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff111a997f1b40a531bc68b543542746d4b08a5f
https://github.com/llvm/llvm-project/commit/ff111a997f1b40a531bc68b543542746d4b08a5f
Author: Mike Hommey <mh at glandium.org>
Date: 2022-11-16 (Wed, 16 Nov 2022)
Changed paths:
M lld/MachO/ConcatOutputSection.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list