xref: /llvm-project/llvm/test/tools/yaml2obj/Minidump/systeminfo-x86-long.yaml (revision 63f0f54c89fba0dec12d4e169313d4b527348b52)
1# RUN: not yaml2obj %s 2>&1 | FileCheck %s
2
3--- !minidump
4Streams:
5  - Type:            SystemInfo
6    Processor Arch:  X86
7    Platform ID:     Linux
8    CPU:
9      Vendor ID:       LLVMLLVMLLVML
10      Version Info:    0x01020304
11      Feature Info:    0x05060708
12      AMD Extended Features: 0x09000102
13
14# CHECK: String too long
15# CHECK-NEXT: Vendor ID:       LLVMLLVMLLVML
16