commit | ea83b133503afcd6589cf317cbb54ccd9e100f57 | [log] [tgz] |
---|---|---|
author | Joerg Sonnenberger <joerg@bec.de> | Thu Mar 03 22:31:08 2011 +0000 |
committer | Joerg Sonnenberger <joerg@bec.de> | Thu Mar 03 22:31:08 2011 +0000 |
tree | f282cb26d95a61d769e218e0ef5e5245e4d75bb0 | |
parent | bbd0f45b4711ee54f1c636a6de7afa766c855327 [diff] [blame] |
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
diff --git a/test/CodeGen/PowerPC/sections.ll b/test/CodeGen/PowerPC/sections.ll index 0ff4a89..260b91e 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