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.
18 lines
475 B
18 lines
475 B
RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-objdump -f - | FileCheck %s -check-prefix COFF-i386
|
|
RUN: llvm-objdump -f %p/Inputs/trivial-object-test.elf-i386 \
|
|
RUN: | FileCheck %s -check-prefix ELF-i386
|
|
|
|
XFAIL: *
|
|
|
|
COFF-i386: : file format
|
|
COFF-i386: architecture: i386
|
|
COFF-i386: HAS_RELOC
|
|
COFF-i386: HAS_SYMS
|
|
COFF-i386: start address 0x
|
|
|
|
ELF-i386: : file format elf
|
|
ELF-i386: architecture: i386
|
|
ELF-i386: HAS_RELOC
|
|
ELF-i386: HAS_SYMS
|
|
ELF-i386: start address 0x
|