[llvm] [Symbolizer] Compute Nearest Line Info for Address. (PR #71032)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 8 10:06:58 PST 2023
dwblaikie wrote:
ah, think I'm with you @jh7370 - maybe if we just say "the nearest non-zero previous address within this line table sequence" (line tables have a concept of a sequence - essentially from a set_address operation to an end_sequence operation) - we shouldn't cross into another sequence when doing this sort of thing.
https://github.com/llvm/llvm-project/pull/71032
More information about the llvm-commits
mailing list