allwinner_a64/android/external/llvm/test/Object/yaml2obj-coff-invalid-alignment.test
2018-08-08 16:14:42 +08:00

14 lines
292 B
Text

# 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: