[llvm] [DWARFLinker] Adjust DW_AT_LLVM_stmt_sequence for rewritten line tables (PR #128953)

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 16:02:22 PDT 2025


================
@@ -210,6 +217,10 @@ class CompileUnit {
   /// debug_loc section.
   void noteLocationAttribute(PatchLocation Attr);
 
+  // Record that the given DW_AT_LLVM_stmt_sequence attribute may need to be
+  // patched later
----------------
JDevlieghere wrote:

```suggestion
  // patched later.
```

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


More information about the llvm-commits mailing list