| commit | 852ab890b53887312e05c410670f8c678d1bfdbe | [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 | 102d8e670615493a3aa3cb4de9b34fc031a62e49 | |
| parent | 63b3e76370d77e5998b62858c2bfa86c5385e762 [diff] [blame] |
Bug#9033: For the ELF assembler output, always quote the section name. llvm-svn: 126963
diff --git a/llvm/test/CodeGen/PowerPC/sections.ll b/llvm/test/CodeGen/PowerPC/sections.ll index 0ff4a89..260b91e 100644 --- a/llvm/test/CodeGen/PowerPC/sections.ll +++ b/llvm/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