[Instrumentation] Fix a warning
[llvm-project.git] / lld / test / ELF / Inputs / ppc64-callee-global-hidden.s
blobe33d191f226de27ed58183a558af073e06c1d884
1 func_extern:
2 blr
4 .hidden callee3_stother0_hidden
5 .globl callee3_stother0_hidden
6 callee3_stother0_hidden:
7 blr
9 .hidden callee4_stother1_hidden
10 .globl callee4_stother1_hidden
11 callee4_stother1_hidden:
12 .localentry callee4_stother1_hidden, 1
13 ## nop is not needed after bl for R_PPC64_REL24_NOTOC
14 bl func_extern@notoc
15 blr