[NFCI][DebugInfo] Corrected a comment.

This commit is contained in:
Sourabh Singh Tomar 2019-12-03 19:40:46 +05:30
parent 8881ac9c39
commit 8dd17a13b0
1 changed files with 2 additions and 2 deletions

View File

@ -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.