llvm-6502/test/MC/MachO/ARM/llvm-objdump-macho-stripped.s
Kevin Enderby 59c15e920c Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
containing no symbols.  Fixed the crash and fixed it not disassembling anything.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157031 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-18 00:13:56 +00:00

6 lines
295 B
ArmAsm

@ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s
nop
# CHECK: 0: 00 bf nop
# We are checking that disassembly happens when there are no symbols.
# rdar://11460289