Bug#9033: For the ELF assembler output, always quote the section name.
authorJoerg Sonnenberger <joerg@bec.de>
Thu, 3 Mar 2011 22:31:08 +0000 (22:31 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Thu, 3 Mar 2011 22:31:08 +0000 (22:31 +0000)
commitea83b133503afcd6589cf317cbb54ccd9e100f57
treef282cb26d95a61d769e218e0ef5e5245e4d75bb0
parentbbd0f45b4711ee54f1c636a6de7afa766c855327
Bug#9033: For the ELF assembler output, always quote the section name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126963 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
lib/MC/MCSectionELF.cpp
test/CodeGen/ARM/ctors_dtors.ll
test/CodeGen/ARM/section.ll
test/CodeGen/Blackfin/jumptable.ll
test/CodeGen/CellSPU/bss.ll
test/CodeGen/Mips/2008-07-15-InternalConstant.ll
test/CodeGen/Mips/2008-07-22-Cstpool.ll
test/CodeGen/PowerPC/sections.ll
test/CodeGen/X86/attribute-sections.ll
test/CodeGen/X86/bss_pagealigned.ll
test/CodeGen/X86/global-sections-tls.ll
test/CodeGen/X86/global-sections.ll
test/CodeGen/X86/pic_jumptable.ll
test/CodeGen/XCore/constants.ll
test/CodeGen/XCore/globals.ll
test/CodeGen/XCore/tls.ll
test/MC/ELF/section-quoting.s [new file with mode: 0644]