• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: not yaml2obj %s 2>&1 | FileCheck %s
2
3# CHECK: Section alignment is too large
4
5--- !COFF
6header:
7  Machine:         IMAGE_FILE_MACHINE_AMD64
8  Characteristics: []
9sections:
10  - Name:            '.text'
11    Characteristics: []
12    SectionData:     00
13    Alignment:       16384
14symbols:
15