Skip to content

Commit 8dd17a1

Browse files
committed
[NFCI][DebugInfo] Corrected a comment.
1 parent 8881ac9 commit 8dd17a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1208,10 +1208,10 @@ void DwarfDebug::endModule() {
12081208
emitDebugStr();
12091209

12101210
if (useSplitDwarf())
1211-
// Handles debug_loc.dwo / debug_loclists.dwo section emission
1211+
// Emit debug_loc.dwo/debug_loclists.dwo section.
12121212
emitDebugLocDWO();
12131213
else
1214-
// Handles debug_loc / debug_loclists section emission
1214+
// Emit debug_loc/debug_loclists section.
12151215
emitDebugLoc();
12161216

12171217
// Corresponding abbreviations into a abbrev section.

0 commit comments

Comments
 (0)