diff options
Diffstat (limited to 'llvm/lib/Target/TargetAsmInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/TargetAsmInfo.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp index fd2e6fbbc11..9ea796b6f17 100644 --- a/llvm/lib/Target/TargetAsmInfo.cpp +++ b/llvm/lib/Target/TargetAsmInfo.cpp @@ -75,6 +75,7 @@ TargetAsmInfo::TargetAsmInfo() :    HasDotTypeDotSizeDirective(true),    UsedDirective(0),    WeakRefDirective(0), +  WeakDefDirective(0),    HiddenDirective("\t.hidden\t"),    ProtectedDirective("\t.protected\t"),    AbsoluteDebugSectionOffsets(false), @@ -89,6 +90,7 @@ TargetAsmInfo::TargetAsmInfo() :    DwarfInfoSection(".debug_info"),    DwarfLineSection(".debug_line"),    DwarfFrameSection(".debug_frame"), +  GlobalEHDirective(0),    DwarfPubNamesSection(".debug_pubnames"),    DwarfPubTypesSection(".debug_pubtypes"),    DwarfStrSection(".debug_str"), | 

