mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-29 23:12:55 +01:00
f56c9bfd51
Thanks to Evgeniy Stepanov for reporting this. It might be a good idea to add a command iterator abstraction to MachO.h, but this fixes the bug for now. llvm-svn: 179848
5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
RUN: llvm-objdump -d -macho -triple=thumbv7-apple-ios \
|
|
RUN: %p/../Inputs/macho-text.thumb | FileCheck %s
|
|
|
|
CHECK: 0: 00 bf nop
|