[llvm-commits] [llvm] r126963 - in /llvm/trunk: lib/MC/ test/CodeGen/ARM/ test/CodeGen/Blackfin/ test/CodeGen/CellSPU/ test/CodeGen/Mips/ test/CodeGen/PowerPC/ test/CodeGen/X86/ test/CodeGen/XCore/ test/MC/ELF/
Joerg Sonnenberger
joerg at britannica.bec.de
Fri Mar 4 07:33:10 PST 2011
On Fri, Mar 04, 2011 at 02:20:29PM +0000, Richard Osborne wrote:
> This breaks on the XCore - the toolchain doesn't use gas and the XMOS
> assembler doesn't accept strings as section names. Would it be possible
> to make the quoting conditional on whether the section name actually
> requires quoting?
Well, that brings up two important questions:
(a) What does the XMOS assembler do with section names containing e.g.
quotes or spaces. There is an existing test case for that.
(b) What is considered a "safe" subset for use without quoting.
Joerg
More information about the llvm-commits
mailing list