Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
[oota-llvm.git] / lib / Target / TargetAsmInfo.cpp
index b4014dd6b296625a9cb1ad69cb4063f88f1ac404..d68affd96b18124da5b370598a58fe0f68c1506c 100644 (file)
@@ -64,6 +64,7 @@ TargetAsmInfo::TargetAsmInfo() :
   HasLEB128(false),
   HasDotLoc(false),
   HasDotFile(false),
+  DwarfRequiresFrameSection(true),
   DwarfAbbrevSection(".debug_abbrev"),
   DwarfInfoSection(".debug_info"),
   DwarfLineSection(".debug_line"),