mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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: ]
|