blob: 6c86288387c20371b33921e2656ad190bf515389 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
|