commit | 89e0f386f3c8bafbbae05d7d32695ce571617397 | [log] [tgz] |
---|---|---|
author | Joerg Sonnenberger <joerg@bec.de> | Fri Mar 04 20:03:14 2011 +0000 |
committer | Joerg Sonnenberger <joerg@bec.de> | Fri Mar 04 20:03:14 2011 +0000 |
tree | 48a913bd301ef70a058a001df5b2b00889afa66d | |
parent | ca8a2aa921ec8966b1f0708d77e4dc0a6f1a32f8 [diff] [blame] |
Be nice to Xcore and the XMOS assembler and avoid quoting section names that contain only letters, digits and the characters "_" and ".". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127028 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/PowerPC/sections.ll b/test/CodeGen/PowerPC/sections.ll index 260b91e..0ff4a89 100644 --- a/test/CodeGen/PowerPC/sections.ll +++ b/test/CodeGen/PowerPC/sections.ll
@@ -3,6 +3,6 @@ @A = global i32 0 -; CHECK: .section ".bss","aw",@nobits +; CHECK: .section .bss,"aw",@nobits ; CHECK: .globl A