forked from OSchip/llvm-project
parent
3a6a967cc7
commit
9046f94271
|
@ -2387,7 +2387,7 @@ void DwarfDebug::emitDebugStr() {
|
|||
Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection());
|
||||
}
|
||||
|
||||
// Emit visible names into a debug loc section.
|
||||
// Emit locations into the debug loc section.
|
||||
void DwarfDebug::emitDebugLoc() {
|
||||
if (DotDebugLocEntries.empty())
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue