[llvm] [DWARF] Update comment for useSplitDwarf (PR #214241)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 07:30:13 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-debuginfo
Author: Aiden Grossman (boomanaiden154)
<details>
<summary>Changes</summary>
The comment was introduced originally in
55c51815250a25b78ed8ac3dee0a0a843ac636ed. Since that time, split DWARF is no longer a proposal and is officially a part of the standard, so update the comment.
---
Full diff: https://github.com/llvm/llvm-project/pull/214241.diff
1 Files Affected:
- (modified) llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h (+1-2)
``````````diff
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 0c840a7845865..dea28831aa49f 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -871,8 +871,7 @@ class DwarfDebug : public DebugHandlerBase {
return HasAppleExtensionAttributes;
}
- /// Returns whether or not to change the current debug info for the
- /// split dwarf proposal support.
+ /// Returns whether or not to change the current debug info for split dwarf.
bool useSplitDwarf() const { return HasSplitDwarf; }
/// Returns whether to generate a string offsets table with (possibly shared)
``````````
</details>
https://github.com/llvm/llvm-project/pull/214241
More information about the llvm-commits
mailing list