summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/yaml2obj-coff-invalid-alignment.test
blob: f76f063dc44cbe3b269d6700391a89445ad9f688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# RUN: not yaml2obj %s 2>&1 | FileCheck %s

# CHECK: Section alignment is too large

---
header:
  Machine:         IMAGE_FILE_MACHINE_AMD64
  Characteristics: []
sections:
  - Name:            '.text'
    Characteristics: []
    SectionData:     00
    Alignment:       16384
symbols:
OpenPOWER on IntegriCloud