diff options
author | Jim Laskey <jlaskey@mac.com> | 2007-01-29 18:51:14 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2007-01-29 18:51:14 +0000 |
commit | 072200c36dd96b94e772029fd72edf9fa120c467 (patch) | |
tree | 214b5775078ccd4afc11f7256f497299001f2837 /lib/Target/TargetAsmInfo.cpp | |
parent | 9e9225cb014a8d9337fb7dccf0954a96b19a921c (diff) |
Landing pad-less eh for PPC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33622 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetAsmInfo.cpp')
-rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index 45ea0eed4d..7ac395002e 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -59,6 +59,7 @@ TargetAsmInfo::TargetAsmInfo() : FourByteConstantSection(0), EightByteConstantSection(0), SixteenByteConstantSection(0), + GlobalDirective(0), SetDirective(0), LCOMMDirective(0), COMMDirective("\t.comm\t"), @@ -70,6 +71,7 @@ TargetAsmInfo::TargetAsmInfo() : HasLEB128(false), HasDotLoc(false), HasDotFile(false), + SupportsExceptionHandling(false), DwarfRequiresFrameSection(true), DwarfAbbrevSection(".debug_abbrev"), DwarfInfoSection(".debug_info"), |