diff options
-rw-r--r-- | include/llvm/Target/TargetAsmInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h index cf8f7a55be..f4b755c8a3 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. /// |