[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();
 }
 
-void DWARFDebugLine::ParsingState::resetRowAndSequence() {
+void DWARFDebugLine::ParsingState::resetRowAndSequence(uint64_t Offset) {
----------------
clayborg wrote:

This shouldn't be optional, and should never be `UINT64_MAX`

https://github.com/llvm/llvm-project/pull/123391


More information about the llvm-commits mailing list