mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-25 21:48:12 +00:00
Fix compiler warning.
llvm-svn: 44261
This commit is contained in:
parent
b1944d8afb
commit
6293438d50
@ -85,12 +85,12 @@ TargetAsmInfo::TargetAsmInfo() :
|
|||||||
SupportsDebugInformation(false),
|
SupportsDebugInformation(false),
|
||||||
SupportsExceptionHandling(false),
|
SupportsExceptionHandling(false),
|
||||||
DwarfRequiresFrameSection(true),
|
DwarfRequiresFrameSection(true),
|
||||||
|
GlobalEHDirective(0),
|
||||||
DwarfSectionOffsetDirective(0),
|
DwarfSectionOffsetDirective(0),
|
||||||
DwarfAbbrevSection(".debug_abbrev"),
|
DwarfAbbrevSection(".debug_abbrev"),
|
||||||
DwarfInfoSection(".debug_info"),
|
DwarfInfoSection(".debug_info"),
|
||||||
DwarfLineSection(".debug_line"),
|
DwarfLineSection(".debug_line"),
|
||||||
DwarfFrameSection(".debug_frame"),
|
DwarfFrameSection(".debug_frame"),
|
||||||
GlobalEHDirective(0),
|
|
||||||
DwarfPubNamesSection(".debug_pubnames"),
|
DwarfPubNamesSection(".debug_pubnames"),
|
||||||
DwarfPubTypesSection(".debug_pubtypes"),
|
DwarfPubTypesSection(".debug_pubtypes"),
|
||||||
DwarfStrSection(".debug_str"),
|
DwarfStrSection(".debug_str"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user