[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / clang-section-macho.ll
blob406c584af62a9df5d666c86f23b82ccf210d27f3
1 ;RUN: llc -mtriple=arm64-apple-ios %s -o - | FileCheck %s
3 define dso_local void @foo() #0 {
4 entry:
5   ret void
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 {
15 entry:
16   ret void
19 attributes #1 = { "implicit-section-name"="__EDATA,zerofill" }
21 ; CHECK:      .section  __EDATA,zerofill
22 ; CHECK-NEXT: .globl    _bar