1 ## Check how the 'Flags' key can be used to encode e_flags field values.
3 ## Check we are able to produce no flags for EM_NONE. EM_NONE is an arbitrary
4 ## e_machine type that has no EF_* values defined for it.
5 # RUN: yaml2obj %s -o %t-no-flags
6 # RUN: llvm-readelf --file-headers %t-no-flags | FileCheck %s --check-prefix=NOFLAGS
8 # NOFLAGS: Flags: 0x0{{$}}