repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
MC
/
X86
/
cfi-scope-unclosed.s
blob
0574a97b69bbff20fa941b5c5dba4ffc063bff66
1
# RUN: not llvm-mc %s -filetype=obj -triple=x86_64-unknown-linux \
2
# RUN: -o /dev/null 2>&1 | FileCheck %s
3
4
## Check we don't crash on unclosed frame scope.
5
# CHECK: error: Unfinished frame!
6
7
.text
8
.globl foo
9
foo
:
10
.cfi_startproc