[PATCH] D138174: [lld-macho] Increase slop to prevent thunk out of range again.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 08:36:13 PST 2022


thakis added a comment.

Did you look into where all these thunk uses are coming from?

Back when I added this hack, just `3` was enough. It feels like something changed to require way higher values. It'd be interesting to find out _what_ changed.

(I added a bunch of printf() to this code to print the barrier progress and .o files that handle it to find out which .o file hit it last time.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138174/new/

https://reviews.llvm.org/D138174



More information about the llvm-commits mailing list