OSDN Git Service

Revert seemingly unnecessary section sym for the data section.
authorEric Christopher <echristo@gmail.com>
Thu, 2 Jan 2014 21:38:13 +0000 (21:38 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 2 Jan 2014 21:38:13 +0000 (21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198357 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index aa2a1f7..a1e415a 100644 (file)
@@ -2046,7 +2046,6 @@ void DwarfDebug::emitSectionLabels() {
       emitSectionSym(Asm, TLOF.getDwarfLocSection(), "section_debug_loc");
 
   TextSectionSym = emitSectionSym(Asm, TLOF.getTextSection(), "text_begin");
-  emitSectionSym(Asm, TLOF.getDataSection());
 }
 
 // Recursively emits a debug information entry.