Recommit r371023 "[lib/ObjectYAML] - Stop calling error(1) when mapping the st_other...
[llvm-complete.git] / test / tools / yaml2obj / coff-invalid-alignment.test
blobfd9e0b04f271fcdc6596b34f064b97d7169dcb90
1 # RUN: not yaml2obj %s 2>&1 | FileCheck %s
3 ## CHECK: Section alignment is too large
5 --- !COFF
6 header:
7   Machine:         IMAGE_FILE_MACHINE_AMD64
8   Characteristics: []
9 sections:
10   - Name:            '.text'
11     Characteristics: []
12     SectionData:     00
13     Alignment:       16384
14 symbols: