Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-readobj / MachO / hex-dump.test
blobc2895d46d31a73a801e15dc33ce908df8aa1a9d9
1 ## Test that --hex-dump/-x can be used to display the contents
2 ## of the indicated section as hexadecimal bytes.
4 # RUN: llvm-readobj -x 1 %p/Inputs/trivial.obj.macho-x86-64 | FileCheck %s
5 # RUN: llvm-readobj --hex-dump 1 %p/Inputs/trivial.obj.macho-x86-64 | FileCheck %s
7 # CHECK: 0x00000000 50488d3d 00000000 e8000000 00e80000 PH.=............
8 # CHECK: 0x00000010 000031c0 5ac3                       ..1.Z.