repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
tools
/
yaml2obj
/
COFF
/
invalid-alignment.yaml
blob
213d5adf1d90be83fb14143d184d1de0c24bb893
1
# RUN: not yaml2obj %s 2>&1 | FileCheck %s
2
3
## CHECK: error: section alignment is too large
4
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: []