Files
clang-p2996/llvm/test/tools/llvm-objdump/file-headers-coff.test
George Rimar 4b91e3f9aa [lib/Object] - Remove objdump-file-header.test
objdump-file-header.test is placed in the wrong folder.
I removed it and updated the existent llvm-objdump test cases with
the updated content of the file removed.

Differential revision: https://reviews.llvm.org/D66288

llvm-svn: 369004
2019-08-15 13:39:58 +00:00

15 lines
378 B
Plaintext

# RUN: yaml2obj %s > %t
# RUN: llvm-objdump -f %t | FileCheck %s -DFILE=%t
# RUN: llvm-objdump -file-headers %t | FileCheck %s -DFILE=%t
!COFF
header: !Header
Machine: IMAGE_FILE_MACHINE_I386 # (0x14c)
Characteristics: [ IMAGE_FILE_DEBUG_STRIPPED ]
sections:
symbols:
# CHECK: [[FILE]]: file format COFF-i386
# CHECK: architecture: i386
# CHECK: start address: 0x00000000