[PATCH] D116705: [lld-macho] Increase slops to prevent thunk out of range
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 6 06:49:08 PST 2022
thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.
For "why 100": My repro worked with 10, so I figured if I put in ten times that nobody should ever hit this again. Looks like that didn't work out 😓
This looks fine. 256 is fine too. It means we insert thunks we don't need slightly more often, but still only very rarely.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116705/new/
https://reviews.llvm.org/D116705
More information about the llvm-commits
mailing list