brintos

brintos / llvm-project-archived public Read only

0
0
Text · 297 B · 02c9519 Raw
6 lines · plain
1@ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d --macho --triple=thumbv7-apple-ios - | FileCheck %s2	nop3# CHECK:        0:	00 bf                                        	nop4# We are checking that disassembly happens when there are no symbols.5# rdar://114602896