[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
================
@@ -175,6 +176,12 @@ class CompileUnit {
return LocationAttributes;
}
+ // Provide access to the list of DW_AT_LLVM_stmt_sequence attributes that may
+ // need to be patched
----------------
JDevlieghere wrote:
```suggestion
// need to be patched.
```
https://github.com/llvm/llvm-project/pull/128953
More information about the llvm-commits
mailing list