summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/global-sections.ll
diff options
context:
space:
mode:
authorCharles Davis <cdavis@mines.edu>2010-03-05 22:28:45 +0000
committerCharles Davis <cdavis@mines.edu>2010-03-05 22:28:45 +0000
commit314fef6127a18db9f8c39f0081566f49c70a15f0 (patch)
tree6050081af8ebef824334040ae6919f07e8392f91 /test/CodeGen/X86/global-sections.ll
parentb6174e3605a184df0e403d6502df1ed57cf34352 (diff)
downloadllvm-314fef6127a18db9f8c39f0081566f49c70a15f0.tar.gz
llvm-314fef6127a18db9f8c39f0081566f49c70a15f0.tar.bz2
llvm-314fef6127a18db9f8c39f0081566f49c70a15f0.tar.xz
Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This
is a workaround for <rdar://problem/7672401/> (which I filed). This let's us build Wine on Darwin, and it gets the Qt build there a little bit further (so Doug says). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97845 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/global-sections.ll')
-rw-r--r--test/CodeGen/X86/global-sections.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/global-sections.ll b/test/CodeGen/X86/global-sections.ll
index 1a7b5777ae..d79c56bc46 100644
--- a/test/CodeGen/X86/global-sections.ll
+++ b/test/CodeGen/X86/global-sections.ll
@@ -100,7 +100,7 @@
@G8 = constant [4 x i16] [ i16 1, i16 2, i16 3, i16 0 ]
-; DARWIN: .section __TEXT,__ustring
+; DARWIN: .section __TEXT,__const
; DARWIN: .globl _G8
; DARWIN: _G8:
@@ -110,7 +110,6 @@
@G9 = constant [4 x i32] [ i32 1, i32 2, i32 3, i32 0 ]
-; DARWIN: .section __TEXT,__const
; DARWIN: .globl _G9
; DARWIN: _G9: