repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git]
/
test
/
MC
/
AsmParser
/
cfi-window-save.s
blob
c309436c788f62f16e3968c851fe3c7915ffba38
1
# RUN: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu <%s | FileCheck %s
2
3
# Should use SPARC as the target to test this. However, SPARC does not support
4
# asm parsing yet.
5
6
# CHECK: .cfi_window_save
7
8
9
f
:
10
.cfi_startproc
11
nop
12
.cfi_window_save
13
nop
14
.cfi_endproc
15