view test/MC/X86/fp-setup-macho.s @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 1172e4bd9c6f
children c2174574ed3a
line wrap: on
line source

// RUN: llvm-mc -triple x86_64-apple-macho -filetype obj -o - %s | llvm-readobj -sections | FileCheck %s

_label:
	.cfi_startproc
	.cfi_def_cfa_register rsp
	.cfi_endproc

// CHECK: Section {
// CHECK:   Name: __eh_frame
// CHECK: }