[llvm] [DWARF] Update comment for useSplitDwarf (PR #214241)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 07:29:17 PDT 2026
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/214241
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.
>From 8c69ae1478cf4a8fc8514f2ee3aff66858feada0 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Wed, 5 Aug 2026 14:27:34 +0000
Subject: [PATCH] [DWARF] Update comment for useSplitDwarf
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.
---
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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)
More information about the llvm-commits
mailing list