summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo
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
commita2a6e927c8a5111f3542ce6de01ccf9ee84a9624 (patch)
treeee7db176190dcc5e7ea3d883ce47dc63387c0b7b /llvm/test/DebugInfo
parente42430ea3112e0f9ae78b956ed8e879ca227caed (diff)
downloadbcm5719-llvm-a2a6e927c8a5111f3542ce6de01ccf9ee84a9624.tar.gz
bcm5719-llvm-a2a6e927c8a5111f3542ce6de01ccf9ee84a9624.zip
Make the arbitrary section name be something mach-o compatible.
llvm-svn: 203972
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r--llvm/test/DebugInfo/cu-ranges.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/cu-ranges.ll b/llvm/test/DebugInfo/cu-ranges.ll
index 9780cff7b94..14eca434b83 100644
--- a/llvm/test/DebugInfo/cu-ranges.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud