xref: /aosp_15_r20/external/llvm/test/Object/ARM/macho-data-in-code.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard WorkerRUN: llvm-objdump -triple thumbv7-apple-iOS -disassemble %p/../Inputs/macho-data-in-code.macho-thumbv7 -macho | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard WorkerCHECK:      12:	80 bd                                        	pop	{r7, pc}
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard WorkerCHECK:      14:	38 00 00 00                                  	.long 56	@ KIND_DATA
6*9880d681SAndroid Build Coastguard WorkerCHECK:      18:	70 47                                        	bx	lr
7*9880d681SAndroid Build Coastguard Worker
8