[PowerPC] Support .llong and fix .word
[oota-llvm.git] / test / Object / ARM / macho-data-in-code.test
1 RUN: llvm-objdump -triple thumbv7-apple-iOS -disassemble %p/../Inputs/macho-data-in-code.macho-thumbv7 -macho | FileCheck %s
2
3 CHECK:      12: 80 bd                                           pop     {r7, pc}
4
5 CHECK:      14: 38 00 00 00                                     .long 56        @ KIND_DATA
6 CHECK:      16: 00 00                                           movs    r0, r0
7