diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index fc37a25fe73..9312710b62f 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -3007,7 +3007,8 @@ CompileUnit *DwarfDebug::constructSkeletonCU(const CompileUnit *CU) { addGnuPubAttributes(NewCU, Die); - // Attribute if we've emitted any ranges and their location for the compile unit. + // Attribute if we've emitted any ranges and their location for the compile + // unit. if (!CU->getRangeLists().empty()) addSectionLabel(Asm, NewCU, Die, dwarf::DW_AT_GNU_ranges_base, Asm->GetTempSymbol("gnu_ranges", NewCU->getUniqueID()), |

