summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/global-sections-tls.ll
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2011-03-03 22:31:08 +0000
committerJoerg Sonnenberger <joerg@bec.de>2011-03-03 22:31:08 +0000
commitea83b133503afcd6589cf317cbb54ccd9e100f57 (patch)
treef282cb26d95a61d769e218e0ef5e5245e4d75bb0 /test/CodeGen/X86/global-sections-tls.ll
parentbbd0f45b4711ee54f1c636a6de7afa766c855327 (diff)
downloadllvm-ea83b133503afcd6589cf317cbb54ccd9e100f57.tar.gz
llvm-ea83b133503afcd6589cf317cbb54ccd9e100f57.tar.bz2
llvm-ea83b133503afcd6589cf317cbb54ccd9e100f57.tar.xz
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
Diffstat (limited to 'test/CodeGen/X86/global-sections-tls.ll')
-rw-r--r--test/CodeGen/X86/global-sections-tls.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/global-sections-tls.ll b/test/CodeGen/X86/global-sections-tls.ll
index 2c2303042b..e1e5fb3de1 100644
--- a/test/CodeGen/X86/global-sections-tls.ll
+++ b/test/CodeGen/X86/global-sections-tls.ll
@@ -2,7 +2,7 @@
; PR4639
@G1 = internal thread_local global i32 0 ; <i32*> [#uses=1]
-; LINUX: .section .tbss,"awT",@nobits
+; LINUX: .section ".tbss","awT",@nobits
; LINUX: G1: