mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 08:08:01 +00:00
Only emit the section sym if we're emitting the section.
llvm-svn: 189288
This commit is contained in:
parent
c32a5a3d46
commit
350edd4487
@ -1929,7 +1929,8 @@ void DwarfDebug::emitSectionLabels() {
|
||||
emitSectionSym(Asm, TLOF.getDwarfLocSection());
|
||||
if (HasDwarfPubNames)
|
||||
emitSectionSym(Asm, TLOF.getDwarfPubNamesSection());
|
||||
emitSectionSym(Asm, TLOF.getDwarfPubTypesSection());
|
||||
if (useDarwinGDBCompat())
|
||||
emitSectionSym(Asm, TLOF.getDwarfPubTypesSection());
|
||||
DwarfStrSectionSym =
|
||||
emitSectionSym(Asm, TLOF.getDwarfStrSection(), "info_string");
|
||||
if (useSplitDwarf()) {
|
||||
|
Loading…
Reference in New Issue
Block a user