diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h index cf8f7a55be1..f4b755c8a3a 100644 --- a/include/llvm/Target/TargetAsmInfo.h +++ b/include/llvm/Target/TargetAsmInfo.h @@ -229,7 +229,7 @@ namespace llvm { /// RequiresFrameSection - true if the Dwarf2 output needs a frame section /// - bool DwarfRequiresFrameSection; // Defaults to false. + bool DwarfRequiresFrameSection; // Defaults to true. /// DwarfAbbrevSection - Section directive for Dwarf abbrev. ///