16 lines
373 B
YAML
16 lines
373 B
YAML
# RUN: not yaml2obj %s 2>&1 | FileCheck %s
|
|
|
|
--- !minidump
|
|
Streams:
|
|
- Type: SystemInfo
|
|
Processor Arch: X86
|
|
Platform ID: Linux
|
|
CPU:
|
|
Vendor ID: LLVMLLVMLLV
|
|
Version Info: 0x01020304
|
|
Feature Info: 0x05060708
|
|
AMD Extended Features: 0x09000102
|
|
|
|
# CHECK: String too short
|
|
# CHECK-NEXT: Vendor ID: LLVMLLVMLLV
|