mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 16:14:58 -04:00
5 lines
230 B
Text
5 lines
230 B
Text
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: ]
|