forked from OSchip/llvm-project
[llvm-objdump] Move test case to the X86 sub-directory because it depends on X86 target supporting. NFC.
llvm-svn: 263781
This commit is contained in:
parent
0baa1d3dbe
commit
05f4c803bb
|
@ -0,0 +1,6 @@
|
|||
# Check that target displacement has '0x' prefix
|
||||
# to accent hex format of the number.
|
||||
|
||||
# RUN: llvm-objdump -d %p/Inputs/hello.exe.macho-i386 | FileCheck %s
|
||||
|
||||
# CHECK: 1f47: e8 00 00 00 00 calll 0 <_main+0xC>
|
|
@ -1,11 +0,0 @@
|
|||
# Check that target displacement has '0x' prefix
|
||||
# to accent hex format of the number.
|
||||
|
||||
# REQUIRES: x86
|
||||
# RUN: llvm-objdump -d %p/Inputs/export.dll.coff-i386 | FileCheck %s
|
||||
|
||||
# CHECK: exportfn2:
|
||||
# CHECK-NEXT: 10002010: 50 pushl %eax
|
||||
# CHECK-NEXT: 10002011: e8 00 00 00 00 calll 0 <exportfn2+0x6>
|
||||
# CHECK-NEXT: 10002016: 50 pushl %eax
|
||||
# CHECK-NEXT: 10002017: e8 00 00 00 00 calll 0 <exportfn2+0xC>
|
Loading…
Reference in New Issue