[lld] [lld][macho] Restructure thunk generation algorithm (PR #193367)
Kyungwoo Lee via llvm-commits
llvm-commits at lists.llvm.org
Thu May 21 20:59:20 PDT 2026
================
----------------
kyulee-com wrote:
The code was already there, but `needsThunks()` appears assuming `__text` precedes `__stubs` and `__objc_stubs` in the `__TEXT` segment in order. Can we make a simple comment on the top?
https://github.com/llvm/llvm-project/pull/193367
More information about the llvm-commits
mailing list