Skip to content

Commit

Permalink
Make the arbitrary section name be something mach-o compatible.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203972 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
echristo committed Mar 14, 2014
1 parent 82899d9 commit 11bd486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DebugInfo/cu-ranges.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11bd486

Please sign in to comment.