[Lldb-commits] [lldb] [lldb] Fix inline function resolution for discontinuous functions (PR #116777)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 21 23:32:42 PST 2024
labath wrote:
Yeah, in my previous patches, the code was all in one section as it wasn't relevant for the test, but the way this really works is that every part of the function gets its own subsection (on MachO, I guess you'd use subsections for that). That way the linker doesn't need to do anything special -- for all it cares, the individual chunks are just separate functions (with strange calling conventions).
https://github.com/llvm/llvm-project/pull/116777
More information about the lldb-commits
mailing list