mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-02 04:24:22 +00:00
Remove some dead code. (DarwinGDBCompat was retired in r189903).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192731 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -196,9 +196,8 @@ DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M)
|
||||
DwarfAbbrevDWOSectionSym = DwarfStrDWOSectionSym = 0;
|
||||
FunctionBeginSym = FunctionEndSym = 0;
|
||||
|
||||
// Turn on accelerator tables and older gdb compatibility
|
||||
// for Darwin by default, pubnames by default for non-Darwin,
|
||||
// and handle split dwarf.
|
||||
// Turn on accelerator tables for Darwin by default, pubnames by
|
||||
// default for non-Darwin, and handle split dwarf.
|
||||
bool IsDarwin = Triple(A->getTargetTriple()).isOSDarwin();
|
||||
|
||||
if (DwarfAccelTables == Default)
|
||||
@ -223,8 +222,6 @@ DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M)
|
||||
beginModule();
|
||||
}
|
||||
}
|
||||
DwarfDebug::~DwarfDebug() {
|
||||
}
|
||||
|
||||
// Switch to the specified MCSection and emit an assembler
|
||||
// temporary label to it if SymbolStem is specified.
|
||||
|
Reference in New Issue
Block a user