7 lines · plain
1# Check that target displacement has '0x' prefix2# to accent hex format of the number.3 4# RUN: llvm-objdump -d %p/Inputs/hello.exe.macho-i386 | FileCheck %s5 6# CHECK: 1f47: e8 00 00 00 00 calll 0x1f4c <_main+0xc>7 1# Check that target displacement has '0x' prefix2# to accent hex format of the number.3 4# RUN: llvm-objdump -d %p/Inputs/hello.exe.macho-i386 | FileCheck %s5 6# CHECK: 1f47: e8 00 00 00 00 calll 0x1f4c <_main+0xc>7