summaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-01-02 21:38:13 +0000
committerEric Christopher <echristo@gmail.com>2014-01-02 21:38:13 +0000
commit99ba84390f40c6655156c374b2f42527ab658411 (patch)
treee29fb5c3c6ddd4a0464a7edae769cc58349c511a /lib/CodeGen
parent73a5fdd88673652512f2e04a8e1502a2aac0ef58 (diff)
downloadllvm-99ba84390f40c6655156c374b2f42527ab658411.tar.gz
llvm-99ba84390f40c6655156c374b2f42527ab658411.tar.bz2
llvm-99ba84390f40c6655156c374b2f42527ab658411.tar.xz
Revert seemingly unnecessary section sym for the data section.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198357 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index aa2a1f7570..a1e415a1bd 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -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.