diff options
author | Eric Christopher <echristo@gmail.com> | 2012-12-11 19:42:09 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2012-12-11 19:42:09 +0000 |
commit | d692c1dbb7d1d2faf24fd8a019ea2af09d2fbb89 (patch) | |
tree | 8980b4df669ede3d8e39a7c5031b5009d4bc6e05 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | e266efb70bfdd0c546a83455ce54372360712545 (diff) | |
download | bcm5719-llvm-d692c1dbb7d1d2faf24fd8a019ea2af09d2fbb89.tar.gz bcm5719-llvm-d692c1dbb7d1d2faf24fd8a019ea2af09d2fbb89.zip |
Update some comments.
llvm-svn: 169907
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index ad180245590..72dc70005bb 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -935,7 +935,7 @@ void DwarfDebug::endModule() { if (useDarwinGDBCompat()) emitDebugInlineInfo(); } else { - // TODO: Fill this in for Fission sections and separate + // TODO: Fill this in for separated debug sections and separate // out information into new sections. // Emit the debug info section and compile units. @@ -2315,7 +2315,7 @@ void DwarfDebug::emitDebugInlineInfo() { Asm->OutStreamer.EmitLabel(Asm->GetTempSymbol("debug_inlined_end", 1)); } -// DWARF5 Experimental Fission emitters. +// DWARF5 Experimental Separate Dwarf emitters. // This DIE has the following attributes: DW_AT_comp_dir, DW_AT_stmt_list, // DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges, DW_AT_dwo_name, DW_AT_dwo_id, @@ -2384,8 +2384,8 @@ void DwarfDebug::emitSkeletonCU(const MCSection *Section) { } -// Emit the .debug_info.dwo section for fission. This contains the compile -// units that would normally be in debug_info. +// Emit the .debug_info.dwo section for separated dwarf. This contains the +// compile units that would normally be in debug_info. void DwarfDebug::emitDebugInfoDWO() { assert(useSplitDwarf() && "No split dwarf debug info?"); emitCompileUnits(Asm->getObjFileLowering().getDwarfInfoDWOSection()); |