[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 01:16:09 PDT 2024
ampandey-1995 wrote:
> I suspect that llvm-mc is unlikely to generate multiple sequences for the same section, and for different sections it will of course use zero as the starting offset. An explicit line table in the assembly source, such as @bd1976bris proposed, will let you have multiple sequences in the same section, and therefore a non-zero starting point, in a single relocatable object. This means the linker is not required.
Yes , the current revision now dosen't invoke the linker.
https://github.com/llvm/llvm-project/pull/82240
More information about the llvm-commits
mailing list