mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
1c1cc1c5ed
As announced here: http://lists.llvm.org/pipermail/llvm-dev/2019-April/131786.html Grouped option syntax (POSIX Utility Conventions) does not play well with -long-option A subsequent change will reject -long-option.
8 lines
346 B
Plaintext
8 lines
346 B
Plaintext
RUN: llvm-objdump --triple=thumbv7-apple-iOS -d %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: 18: 70 47 bx lr
|
|
|