diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-04 16:27:13 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-04 16:27:13 +0000 |
| commit | f222054df72840c1d3472e30461570c86b639110 (patch) | |
| tree | ad18528426de6171eefc9085254343ce76e88c33 /llvm/test | |
| parent | eee9df0e9704432327df34bb12f96bf95a7315b5 (diff) | |
| download | bcm5719-llvm-f222054df72840c1d3472e30461570c86b639110.tar.gz bcm5719-llvm-f222054df72840c1d3472e30461570c86b639110.zip | |
enhance codegen to put 16-bit character strings into the
__TEXT,__ustring section on darwin.
llvm-svn: 78068
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/global-sections.ll | 4 |
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 4f4c4bcf1c7..7d39a020952 100644 --- a/llvm/test/CodeGen/X86/global-sections.ll +++ b/llvm/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: |

