[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


================
@@ -376,7 +405,7 @@ class DWARFDebugLine {
     ParsingState(struct LineTable *LT, uint64_t TableOffset,
                  function_ref<void(Error)> ErrorHandler);
 
-    void resetRowAndSequence();
+    void resetRowAndSequence(uint64_t Offset = UINT64_MAX);
----------------
clayborg wrote:

remove optional parameter

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


More information about the llvm-commits mailing list