mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
5152e4fb06
It had been dropped during the switch to yaml::IO. Also add a test going from yaml2obj to llvm-readobj. It can be extended as we add more fields/formats to yaml2obj. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178786 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-readobj -file-headers - | FileCheck %s --check-prefix COFF-I386
|
|
|
|
// COFF-I386: Characteristics [ (0x200)
|
|
// COFF-I386-NEXT: IMAGE_FILE_DEBUG_STRIPPED (0x200)
|
|
// COFF-I386-NEXT: ]
|