You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
237 B

// 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: }