[llvm-commits] [llvm] r46030 - /llvm/trunk/lib/Target/TargetAsmInfo.cpp

Dale Johannesen dalej at apple.com
Tue Jan 15 15:25:27 PST 2008


Author: johannes
Date: Tue Jan 15 17:25:27 2008
New Revision: 46030

URL: http://llvm.org/viewvc/llvm-project?rev=46030&view=rev
Log:
Missed file from previous checkin.


Modified:
    llvm/trunk/lib/Target/TargetAsmInfo.cpp

Modified: llvm/trunk/lib/Target/TargetAsmInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/TargetAsmInfo.cpp?rev=46030&r1=46029&r2=46030&view=diff

==============================================================================
--- llvm/trunk/lib/Target/TargetAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/TargetAsmInfo.cpp Tue Jan 15 17:25:27 2008
@@ -87,6 +87,7 @@
   DwarfRequiresFrameSection(true),
   GlobalEHDirective(0),
   SupportsWeakOmittedEHFrame(true),
+  ShortenEHDataOn64Bit(false),
   DwarfSectionOffsetDirective(0),
   DwarfAbbrevSection(".debug_abbrev"),
   DwarfInfoSection(".debug_info"),





More information about the llvm-commits mailing list