mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
db5f927020
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179848 91177308-0d34-0410-b5e6-96231b3b80d8
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
|