forked from OSchip/llvm-project
parent
9a8f5eddad
commit
65132a8c2c
|
@ -2622,7 +2622,8 @@ void DwarfUnits::emitStrings(const MCSection *StrSection,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Emit strings into a string section.
|
|
||||||
|
// Emit addresses into the section given.
|
||||||
void DwarfUnits::emitAddresses(const MCSection *AddrSection) {
|
void DwarfUnits::emitAddresses(const MCSection *AddrSection) {
|
||||||
|
|
||||||
if (AddressPool.empty())
|
if (AddressPool.empty())
|
||||||
|
|
Loading…
Reference in New Issue