summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/global-sections.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-23 04:54:10 +0000
committerChris Lattner <sabre@nondot.org>2010-01-23 04:54:10 +0000
commit68eeb5ec9c4f44526f24ac207b2ea5935fc19191 (patch)
tree6d86f59bb92e65d4c07fa5d01e76831e09c24cee /llvm/test/CodeGen/X86/global-sections.ll
parent531732b23c971d54ad77917d824f8d246ce1bbf8 (diff)
downloadbcm5719-llvm-68eeb5ec9c4f44526f24ac207b2ea5935fc19191.tar.gz
bcm5719-llvm-68eeb5ec9c4f44526f24ac207b2ea5935fc19191.zip
emit .ascii and .asciz through MCStreamer.
llvm-svn: 94282
Diffstat (limited to 'llvm/test/CodeGen/X86/global-sections.ll')
-rw-r--r--llvm/test/CodeGen/X86/global-sections.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/global-sections.ll b/llvm/test/CodeGen/X86/global-sections.ll
index b6caa4f27f7..1a7b5777ae8 100644
--- a/llvm/test/CodeGen/X86/global-sections.ll
+++ b/llvm/test/CodeGen/X86/global-sections.ll
@@ -75,14 +75,14 @@
; LINUX: .section .gnu.linkonce.r.G6,"a",@progbits
; LINUX: .weak G6
; LINUX: G6:
-; LINUX: .ascii "\001"
+; LINUX: .byte 1
; LINUX: .size G6, 1
; DARWIN: .section __TEXT,__const_coal,coalesced
; DARWIN: .globl _G6
; DARWIN: .weak_definition _G6
; DARWIN:_G6:
-; DARWIN: .ascii "\001"
+; DARWIN: .byte 1
@G7 = constant [10 x i8] c"abcdefghi\00"
OpenPOWER on IntegriCloud