[llvm] e4cccd7 - [DWARF] Update comment for useSplitDwarf (#214241)

via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 20:54:46 PDT 2026


Author: Aiden Grossman
Date: 2026-08-05T20:54:41-07:00
New Revision: e4cccd7b6313913f64b1790a049801e34c87a0a4

URL: https://github.com/llvm/llvm-project/commit/e4cccd7b6313913f64b1790a049801e34c87a0a4
DIFF: https://github.com/llvm/llvm-project/commit/e4cccd7b6313913f64b1790a049801e34c87a0a4.diff

LOG: [DWARF] Update comment for useSplitDwarf (#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.

Added: 
    

Modified: 
    llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 0c840a7845865..73285711d0aa9 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