[PATCH] D116705: [lld-macho] Increase slops to prevent thunk out of range
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 18:09:56 PST 2022
int3 added a comment.
> is there a point where increasing the slop is going to be a problem?
Not really, it just makes things slightly less efficient size-wise. We should deal with this more cleanly though by making the slop a dynamically-adjusted parameter (i.e. if it isn't enough, LLD should just bump it up and retry w/o user intervention)
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