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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to