Skip to content

Commit

Permalink
[NFCI][DebugInfo] Corrected a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
SouraVX committed Dec 3, 2019
1 parent 8881ac9 commit 8dd17a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1208,10 +1208,10 @@ void DwarfDebug::endModule() {
emitDebugStr();

if (useSplitDwarf())
// Handles debug_loc.dwo / debug_loclists.dwo section emission
// Emit debug_loc.dwo/debug_loclists.dwo section.
emitDebugLocDWO();
else
// Handles debug_loc / debug_loclists section emission
// Emit debug_loc/debug_loclists section.
emitDebugLoc();

// Corresponding abbreviations into a abbrev section.
Expand Down

0 comments on commit 8dd17a1

Please sign in to comment.