xref: /aosp_15_r20/external/llvm/test/MC/MachO/ARM/llvm-objdump-macho-stripped.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1@ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s
2	nop
3# CHECK:        0:	00 bf                                        	nop
4# We are checking that disassembly happens when there are no symbols.
5# rdar://11460289
6