summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/global-sections.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-04 16:27:13 +0000
committerChris Lattner <sabre@nondot.org>2009-08-04 16:27:13 +0000
commitec409759e94cc395e4896ba6ade3fa77200c5cfd (patch)
tree3c6716c04a076c6d27d0cb82698c844703859ba0 /test/CodeGen/X86/global-sections.ll
parent7e88a50428377813606c66ac47111d9c3ea44feb (diff)
downloadllvm-ec409759e94cc395e4896ba6ade3fa77200c5cfd.tar.gz
llvm-ec409759e94cc395e4896ba6ade3fa77200c5cfd.tar.bz2
llvm-ec409759e94cc395e4896ba6ade3fa77200c5cfd.tar.xz
enhance codegen to put 16-bit character strings into the
__TEXT,__ustring section on darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/global-sections.ll')
-rw-r--r--test/CodeGen/X86/global-sections.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/global-sections.ll b/test/CodeGen/X86/global-sections.ll
index 4f4c4bcf1c..7d39a02095 100644
--- a/test/CodeGen/X86/global-sections.ll
+++ b/test/CodeGen/X86/global-sections.ll
@@ -101,7 +101,7 @@
@G8 = constant [4 x i16] [ i16 1, i16 2, i16 3, i16 0 ]
-; DARWIN: .const
+; DARWIN: .section __TEXT,__ustring
; DARWIN: .globl _G8
; DARWIN: _G8:
@@ -111,7 +111,7 @@
@G9 = constant [4 x i32] [ i32 1, i32 2, i32 3, i32 0 ]
-; ARWIN: .const [[ already in const section]]
+; DARWIN: .const
; DARWIN: .globl _G9
; DARWIN: _G9: