brintos

brintos / llvm-project-archived public Read only

0
0
Text · 303 B · 213d5ad Raw
15 lines · yaml
1# RUN: not yaml2obj %s 2>&1 | FileCheck %s2 3## CHECK: error: section alignment is too large4 5--- !COFF6header:7  Machine:         IMAGE_FILE_MACHINE_AMD648  Characteristics: []9sections:10  - Name:            '.text'11    Characteristics: []12    SectionData:     0013    Alignment:       1638414symbols: []15