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 | b4a2f05d1c97c38319ab82132266d7ebf42bf3e4 (patch) | |
tree | 2c32e1a42f489252fabce1ca6723fffe4d726573 /llvm/lib/Target/TargetAsmInfo.cpp | |
parent | c8397b92147b4a1d8cdcea25686a706545f5e84a (diff) | |
download | bcm5719-llvm-b4a2f05d1c97c38319ab82132266d7ebf42bf3e4.tar.gz bcm5719-llvm-b4a2f05d1c97c38319ab82132266d7ebf42bf3e4.zip |
Landing pad-less eh for PPC.
llvm-svn: 33622
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 45ea0eed4d0..7ac395002ed 100644 --- a/llvm/lib/Target/TargetAsmInfo.cpp +++ b/llvm/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"), |