brintos

brintos / llvm-project-archived public Read only

0
0
Text · 388 B · 7a47b65 Raw
9 lines · plain
1## Test that --hex-dump/-x can be used to display the contents2## of the indicated section as hexadecimal bytes.3 4# RUN: llvm-readobj -x 1 %p/Inputs/trivial.obj.wasm | FileCheck %s5# RUN: llvm-readobj --hex-dump 1 %p/Inputs/trivial.obj.wasm | FileCheck %s6 7# CHECK: 0x00000000 04600001 7f60017f 017f6000 0060017f .`...`....`..`..8# CHECK: 0x00000010 00                                  .9