mirror of
https://github.com/obfuscator-llvm/obfuscator
synced 2026-06-08 16:28:34 +00:00
8 lines
360 B
Plaintext
8 lines
360 B
Plaintext
RUN: llvm-objdump -triple thumbv7-apple-iOS -disassemble %p/../Inputs/macho-data-in-code.macho-thumbv7 -macho | FileCheck %s
|
|
|
|
CHECK: 12: 80 bd pop {r7, pc}
|
|
|
|
CHECK: 14: 38 00 00 00 .long 56 @ KIND_DATA
|
|
CHECK: 16: 00 00 movs r0, r0
|
|
|