[llvm] 319b891 - MCAsmInfo: remove unused DwarfSectionSizeRequired

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 24 23:20:39 PST 2024


Author: Fangrui Song
Date: 2024-12-24T23:20:33-08:00
New Revision: 319b89197348b7cad1215e235bdc7b5ec8f9b72c

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

LOG: MCAsmInfo: remove unused DwarfSectionSizeRequired

Added: 
    

Modified: 
    llvm/include/llvm/MC/MCAsmInfo.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/MC/MCAsmInfo.h b/llvm/include/llvm/MC/MCAsmInfo.h
index ac2b8524315c34..f4de106860d35a 100644
--- a/llvm/include/llvm/MC/MCAsmInfo.h
+++ b/llvm/include/llvm/MC/MCAsmInfo.h
@@ -386,10 +386,6 @@ class MCAsmInfo {
   /// default.
   bool EnableDwarfFileDirectoryDefault = true;
 
-  /// True if the target needs the DWARF section length in the header (if any)
-  /// of the DWARF section in the assembly file. Defaults to true.
-  bool DwarfSectionSizeRequired = true;
-
   /// True if dwarf register numbers are printed instead of symbolic register
   /// names in .cfi_* directives.  Defaults to false.
   bool DwarfRegNumForCFI = false;


        


More information about the llvm-commits mailing list