aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/X86/no-elf-compact-unwind.s
blob: 4e9236b8797105d5052cdbe0fe63bf1f508a96f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// RUN: llvm-mc < %s -filetype=obj -triple x86_64-apple-macosx10.8.0 | llvm-readobj -s | FileCheck -check-prefix=MACHO %s
// RUN: llvm-mc < %s -filetype=obj -triple x86_64-apple-ios7.0.0 | llvm-readobj -s | FileCheck -check-prefix=MACHO %s
// RUN: llvm-mc < %s -filetype=obj -triple x86_64-unknown-linux | llvm-readobj -s | FileCheck -check-prefix=ELF %s

	.globl	__Z3barv
	.align	4, 0x90
__Z3barv:
	.cfi_startproc
	pushq	%rax
	.cfi_def_cfa_offset 16
	popq	%rax
	retq
	.cfi_endproc

// MACHO: Name: __compact_unwind
// ELF-NOT: __compact_unwind