279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
15 lines
292 B
Plaintext
15 lines
292 B
Plaintext
# RUN: not yaml2obj %s 2>&1 | FileCheck %s
|
|
|
|
# CHECK: Section alignment is too large
|
|
|
|
--- !COFF
|
|
header:
|
|
Machine: IMAGE_FILE_MACHINE_AMD64
|
|
Characteristics: []
|
|
sections:
|
|
- Name: '.text'
|
|
Characteristics: []
|
|
SectionData: 00
|
|
Alignment: 16384
|
|
symbols:
|