1 ; RUN: llc -mtriple=powerpc-ibm-aix-xcoff %s -filetype=obj -o %t
2 ; RUN: llvm-objdump %t -d --no-show-raw-insn | FileCheck %s
4 ; CHECK: Disassembly of section .text:
5 ; CHECK: 00000000 <.foo3>:
6 ; CHECK: 00000020 <.foo4>:
7 ; CHECK: 00000040 <.foo>:
8 ; CHECK: 00000060 <.foo2>:
10 define dso_local signext i32 @foo(i32 noundef signext %a) #0 section "explicit_sec" {
15 define dso_local signext i32 @foo2(i32 noundef signext %a) #0 section "explicit_sec" {
20 define dso_local signext i32 @foo3(i32 noundef signext %a) #0 {
25 define dso_local signext i32 @foo4(i32 noundef signext %a) #0 {