[llvm] r198357 - Revert seemingly unnecessary section sym for the data section.

Eric Christopher echristo at gmail.com
Thu Jan 2 13:38:14 PST 2014


Author: echristo
Date: Thu Jan  2 15:38:13 2014
New Revision: 198357

URL: http://llvm.org/viewvc/llvm-project?rev=198357&view=rev
Log:
Revert seemingly unnecessary section sym for the data section.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=198357&r1=198356&r2=198357&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Thu Jan  2 15:38:13 2014
@@ -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.





More information about the llvm-commits mailing list