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 16