bolt/deps/llvm-18.1.8/llvm/test/tools/obj2yaml/DXContainer/InvalidOffset.yaml
2025-02-14 19:21:04 +01:00

17 lines
449 B
YAML

# RUN: not yaml2obj %s 2>&1 | FileCheck %s
# CHECK: yaml2obj: error: Offset mismatch, not enough space for data.
--- !dxcontainer
Header:
Hash: [ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0, 0x0, 0x0, 0x0, 0x0 ]
Version:
Major: 1
Minor: 0
FileSize: 32
PartCount: 1
PartOffsets: [ 0 ]
Parts:
- Name: FKE0
Size: 8
...