forked from OSchip/llvm-project
parent
07b57d2626
commit
e70850cf7b
|
|
@ -85,12 +85,12 @@ TargetAsmInfo::TargetAsmInfo() :
|
|||
SupportsDebugInformation(false),
|
||||
SupportsExceptionHandling(false),
|
||||
DwarfRequiresFrameSection(true),
|
||||
GlobalEHDirective(0),
|
||||
DwarfSectionOffsetDirective(0),
|
||||
DwarfAbbrevSection(".debug_abbrev"),
|
||||
DwarfInfoSection(".debug_info"),
|
||||
DwarfLineSection(".debug_line"),
|
||||
DwarfFrameSection(".debug_frame"),
|
||||
GlobalEHDirective(0),
|
||||
DwarfPubNamesSection(".debug_pubnames"),
|
||||
DwarfPubTypesSection(".debug_pubtypes"),
|
||||
DwarfStrSection(".debug_str"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue