mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-11 14:16:59 +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),
|
||||
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…
x
Reference in New Issue
Block a user