summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-03-14 21:16:54 +0000
committerEric Christopher <echristo@gmail.com>2014-03-14 21:16:54 +0000
commit11bd4866ffd9e0eecf9db00dedd44ae5dc933f58 (patch)
treed388df000c63686ca5a508194baf709fdc90fd7b
parent82899d9d60710d42be45cfb7451d9dfbe07d88c3 (diff)
downloadllvm-11bd4866ffd9e0eecf9db00dedd44ae5dc933f58.tar.gz
llvm-11bd4866ffd9e0eecf9db00dedd44ae5dc933f58.tar.bz2
llvm-11bd4866ffd9e0eecf9db00dedd44ae5dc933f58.tar.xz
Make the arbitrary section name be something mach-o compatible.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203972 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/DebugInfo/cu-ranges.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/cu-ranges.ll b/test/DebugInfo/cu-ranges.ll
index 9780cff7b9..14eca434b8 100644
--- a/test/DebugInfo/cu-ranges.ll
+++ b/test/DebugInfo/cu-ranges.ll
@@ -13,7 +13,7 @@
; CHECK: 00000000 <End of list>
; Function Attrs: nounwind uwtable
-define i32 @foo(i32 %a) #0 section "foo" {
+define i32 @foo(i32 %a) #0 section "__TEXT,__foo" {
entry:
%a.addr = alloca i32, align 4
store i32 %a, i32* %a.addr, align 4