mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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
This commit is contained in:
parent
73a5fdd886
commit
99ba84390f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user