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
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
yaml2obj
/
Minidump
/
raw-stream-small-size.yaml
blob
bb7a4545347919f521e851ddd2cc002b65269e4c
1
# RUN: not yaml2obj %s 2>&1 | FileCheck %s
2
3
--- !minidump
4
Streams:
5
- Type: LinuxAuxv
6
Size: 7
7
Content: DEADBEEFBAADF00D
8
9
# CHECK: Stream size must be greater or equal to the content size