bolt/deps/llvm-18.1.8/llvm/test/tools/yaml2obj/COFF/invalid-alignment.yaml
2025-02-14 19:21:04 +01:00

14 lines
303 B
YAML

# RUN: not yaml2obj %s 2>&1 | FileCheck %s
## CHECK: error: section alignment is too large
--- !COFF
header:
Machine: IMAGE_FILE_MACHINE_AMD64
Characteristics: []
sections:
- Name: '.text'
Characteristics: []
SectionData: 00
Alignment: 16384
symbols: []