[llvm] [DebugInfo][DWARF] Utilize DW_AT_LLVM_stmt_sequence attr in line table lookups (PR #123391)
Greg Clayton via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 15:14:04 PST 2025
================
@@ -565,9 +566,12 @@ DWARFDebugLine::ParsingState::ParsingState(
resetRowAndSequence();
----------------
clayborg wrote:
1. Remove this from here, we will call this manually with the right sequence offset before we start parsing the first statements in the line table after we parse the prologue.
https://github.com/llvm/llvm-project/pull/123391
More information about the llvm-commits
mailing list