mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Remove useless .debug_macinfo section setup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231001 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -99,7 +99,6 @@ protected:
|
||||
const MCSection *DwarfLocSection;
|
||||
const MCSection *DwarfARangesSection;
|
||||
const MCSection *DwarfRangesSection;
|
||||
const MCSection *DwarfMacroInfoSection;
|
||||
// The pubnames section is no longer generated by default. The generation
|
||||
// can be enabled by a compiler flag.
|
||||
const MCSection *DwarfPubNamesSection;
|
||||
@@ -241,9 +240,6 @@ public:
|
||||
const MCSection *getDwarfLocSection() const { return DwarfLocSection; }
|
||||
const MCSection *getDwarfARangesSection() const { return DwarfARangesSection;}
|
||||
const MCSection *getDwarfRangesSection() const { return DwarfRangesSection; }
|
||||
const MCSection *getDwarfMacroInfoSection() const {
|
||||
return DwarfMacroInfoSection;
|
||||
}
|
||||
|
||||
// DWARF5 Experimental Debug Info Sections
|
||||
const MCSection *getDwarfAccelNamesSection() const {
|
||||
|
Reference in New Issue
Block a user