1 ;RUN: llc -mtriple=arm64-apple-ios %s -o - | FileCheck %s
3 define dso_local void @foo() #0 {
8 attributes #0 = { "implicit-section-name"="__TEXT,__mytext" }
10 ; CHECK: .section __TEXT,__mytext
11 ; CHECK-NEXT: .globl _foo
14 define dso_local void @bar() #1 {
19 attributes #1 = { "implicit-section-name"="__EDATA,zerofill" }
21 ; CHECK: .section __EDATA,zerofill
22 ; CHECK-NEXT: .globl _bar