aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-01-15 23:25:27 +0000
committerDale Johannesen <dalej@apple.com>2008-01-15 23:25:27 +0000
commit0991d0b7bedb3be3c0494f71f3ebca5865d337f8 (patch)
tree476b44dc0b71c151fb4dd1607a68fd73edb6f9fd /lib/Target
parent4af349445222fa2a66b6248217ecd18eb6930646 (diff)
downloadexternal_llvm-0991d0b7bedb3be3c0494f71f3ebca5865d337f8.zip
external_llvm-0991d0b7bedb3be3c0494f71f3ebca5865d337f8.tar.gz
external_llvm-0991d0b7bedb3be3c0494f71f3ebca5865d337f8.tar.bz2
Missed file from previous checkin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46030 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/TargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp
index b87abaf..bcc2f6e 100644
--- a/lib/Target/TargetAsmInfo.cpp
+++ b/lib/Target/TargetAsmInfo.cpp
@@ -87,6 +87,7 @@ TargetAsmInfo::TargetAsmInfo() :
DwarfRequiresFrameSection(true),
GlobalEHDirective(0),
SupportsWeakOmittedEHFrame(true),
+ ShortenEHDataOn64Bit(false),
DwarfSectionOffsetDirective(0),
DwarfAbbrevSection(".debug_abbrev"),
DwarfInfoSection(".debug_info"),