You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
409 B
9 lines
409 B
4 months ago
|
## Test that --hex-dump/-x can be used to display the contents
|
||
|
## of the indicated section as hexadecimal bytes.
|
||
|
|
||
|
# RUN: llvm-readobj -x 1 %p/Inputs/trivial.obj.macho-x86-64 | FileCheck %s
|
||
|
# RUN: llvm-readobj --hex-dump 1 %p/Inputs/trivial.obj.macho-x86-64 | FileCheck %s
|
||
|
|
||
|
# CHECK: 0x00000000 50488d3d 00000000 e8000000 00e80000 PH.=............
|
||
|
# CHECK: 0x00000010 000031c0 5ac3 ..1.Z.
|