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
388 B
9 lines
388 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.wasm | FileCheck %s
|
||
|
# RUN: llvm-readobj --hex-dump 1 %p/Inputs/trivial.obj.wasm | FileCheck %s
|
||
|
|
||
|
# CHECK: 0x00000000 04600001 7f60017f 017f6000 0060017f .`...`....`..`..
|
||
|
# CHECK: 0x00000010 00 .
|